#90AFD2

Color #90AFD2 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #90AFD2

Tints of Polo Blue #90AFD2

Color information

#90AFD2 (or 0x90AFD2) is unknown color: approx Polo Blue. HEX triplet: 90, AF and D2. RGB value is (144,175,210). Sum of RGB (Red+Green+Blue) = 144+175+210=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #90AFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFD2 is #6F502D. Grayscale: #A9A9A9. Windows color (decimal): -7295022 or 13807504. OLE color: 13807504.

HSL color Cylindrical-coordinate representation of color #90AFD2: hue angle of 211.82º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90AFD2 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB144175210-
CMYK0.310.1700.18
HSL211.82º42.31%69.41%-
HSV(B)211.82º31.43%82.35%-
XYZ38.4641.2466.91-
YUV169.72150.73109.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.22%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 210 (82.42% from 255) = 39.70%
R=27.22%
G=33.08%
B=39.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1441752100.310.1700.18211.8242.3169.41
Hex90AFD21F11012d42a45
Octal220257322372102232452105
Binary1001000010101111110100101111110001010010110101001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90AFD2;
 }
 .AnyTagClassName
 {
   color: #90AFD2;
 }
</style>
background-color css

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

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

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

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

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

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