Html Css Color HEX #90AFDE Polo Blue

📋 copy color: '#90AFDE'

red 144 ◦ green 175 ◦ blue 222

#90AFDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #90AFDE

Tints of Polo Blue #90AFDE

RGB

 RED value IS 144 (56.64% from 255) = 26.62%

 GREEN value IS 175 (68.75% from 255) = 32.35%

 BLUE value IS 222 (87.11% from 255) = 41.04%

R = 26.62%
G = 32.35%
B = 41.04%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#90AFDE (or 0x90AFDE) is known color: Polo Blue. HEX triplet: 90, AF and DE. RGB value is (144,175,222). Sum of RGB (Red+Green+Blue) = 144+175+222=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #90AFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFDE is #6F5021. Grayscale: #AAAAAA. Windows color (decimal): -7295010 or 14593936. OLE color: 14593936.

HSL color Cylindrical-coordinate representation of color #90AFDE: hue angle of 216.15º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90AFDE is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 175 222 -
CMYK 0.35 0.21 0 0.13
HSL 216.15º 0.54% 0.72% -
HSV(B) 216.15º 0.35% 0.87% -
XYZ 40.02 41.86 75.08 -
YUV 171.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 144 175 222 0.35 0.21 0 0.13 216.15 0.54 0.72
Hex 90 AF DE 23 15 0 D D8 36 48
Octal 220 257 336 43 25 0 15 330 66 110
Binary 10010000 10101111 11011110 100011 10101 0 1101 11011000 110110 1001000

Color Harmonies of #90AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFDE

Black with #90AFDE

Text Example


Text Example

White with #90AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90AFDE; }

 p { color: rgb(144,175,222); }

 H1.HeaderClassName
 {
   color: #90AFDE;
 }
 .AnyTagClassName
 {
   color: #90AFDE;
 }
</style>

background-color css

<style>
 a { background-color: #90AFDE; }

 a { background-color: rgb(144,175,222); }

 div.DivClassName
 {
   background-color: #90AFDE;
 }
 .BgClassName
 {
   background-color: #90AFDE;
 }
</style>

border-color css

<style>
 span { border-color: #90AFDE; }

 span { border-color: rgb(144,175,222); }

 td.TdClassName
 {
   border-color: #90AFDE;
 }
 .TagClassName
 {
   border-color: #90AFDE;
 }
</style>