COLOR #90AFEE

HEX: #90AFEE
RGB: (144,175,238)

Renk bilgisi

#90AFEE contains mainly blue color. #90AFEE ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#90AFEE color RGB value is (144,175,238).

  • kırmız ton 144;
  • yeşil ton 175;
  • mavi ton 238.
RGB:
(144,175,238)
(56%,69%,93%)

RGB bağlantıları ve doygunluk

R 144 of 255 = 56%
G 175 of 255 = 69%
B 238 of 255 = 93%

144
175
238

R + G + B ~ 73%. #90AFEE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
144 + 175 + 238 = 557 (100%)
R 144 of 557 ~ 25.85%
G 175 of 557 ~ 31.42%
B 238 of 557 ~ 42.73%

%25.85
%31.42
%42.73

CMYK RENK MODELİ

#90AFEE rengi CMYK tonu (39,26,0,7).

  • camgöbeği tonu 39.50%
  • eflatun tonu 26.47%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(39,26,0,7)
C39M26Y0K7 
(39%,26%,0%,7%)
(0.39/0.26/0.00/0.07)	

CMYK yüzdeleri

%39.5
%26.47
%0
%6.67

Codes

Color #90AFEE in popluar color models

90AFEE
RGB144175238
HSL220°73.44%74.90%
HSB/HSV220°39.50%93.33%
CMYK39.50%26.47%0.00%
6.67%

Color #90AFEE in popluar number systems.

HEX90AFEE
Decimal144175238
Binary100100001010111111101110
Octal220257356

Shades and tints

Shades of #90AFEE

#90AFEE
(144,175,238)
#83A0D9
(131,160,217)
#7691C4
(118,145,196)
#6982AF
(105,130,175)
#5C739A
(92,115,154)
#4F6485
(79,100,133)
#425570
(66,85,112)
#35465B
(53,70,91)
#283746
(40,55,70)
#1B2831
(27,40,49)
#0E191C
(14,25,28)
#000000
(0,0,0)

Tints of #90AFEE

#90AFEE
(144,175,238)
#9AB6EF
(154,182,239)
#A4BDF0
(164,189,240)
#AEC4F1
(174,196,241)
#B8CBF2
(184,203,242)
#C2D2F3
(194,210,243)
#CCD9F4
(204,217,244)
#D6E0F5
(214,224,245)
#E0E7F6
(224,231,246)
#EAEEF7
(234,238,247)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AFEE color. Also use rgb(144,175,238) instead hex code.

Text Font Color

.myTextColor { color: #90AFEE; }

<p style="color:#90AFEE">This sample text font color is #90AFEE.</p>

This text font color is #90AFEE.


Background Color

.myBgColor { background-color: #90AFEE; }

<div style="background-color:#90AFEE">Inner text</div>

This div background color is #90AFEE.


Border color

.myBorderColor { border: 1px solid #90AFEE; }

<div style="border:3px solid #90AFEE">Div</div>

This div border color is #90AFEE.


Opacity

.myOpacity80 { color: #90AFEE; opacity: 0.8; }

<p style="color:#90AFEE;opacity:0.8;">80%</p>

Text with #90AFEE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90AFEE;}

<p style="text-shadow: 3px 3px 1px #90AFEE">Text here.</p>

This text has shadow with #90AFEE color.

.textShadow {text-shadow: 3px 3px 1px #90AFEE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90AFEE, 5px 5px 20px red">Text here.</p>

This text has shadow with #90AFEE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90AFEE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90AFEE, Direction=45, Strength=4)">Text</p>

This text has shadow with #90AFEE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #90AFEE;
  -webkit-box-shadow:	1px 1px 3px 2px #90AFEE;
  box-shadow:		1px 1px 3px 2px #90AFEE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90AFEE;
-webkit-box-shadow: 1px 1px 3px 2px #90AFEE;
box-shadow:1px 1px 3px 2px #90AFEE;">
Div content here</div>
This div box has shadow with color #90AFEE.

Preview

Color preview on black background

This text has color #90AFEE on black background.


Color preview on white background

This text has color #90AFEE on white background.



Black color preview on #90AFEE background

This text has black color on #90AFEE background.


White color preview on #90AFEE background

This text has white color on #90AFEE background.