#90A0C9

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

Shades of Polo Blue #90A0C9

Tints of Polo Blue #90A0C9

Color information

#90A0C9 (or 0x90A0C9) is unknown color: approx Polo Blue. HEX triplet: 90, A0 and C9. RGB value is (144,160,201). Sum of RGB (Red+Green+Blue) = 144+160+201=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #90A0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A0C9 is #6F5F36. Grayscale: #9F9F9F. Windows color (decimal): -7298871 or 13213840. OLE color: 13213840.

HSL color Cylindrical-coordinate representation of color #90A0C9: hue angle of 223.16º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90A0C9 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144160201-
CMYK0.280.2000.21
HSL223.16º34.55%67.65%-
HSV(B)223.16º28.36%78.82%-
XYZ34.6235.2960.25-
YUV159.89151.2116.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.51%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=28.51%
G=31.68%
B=39.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441602010.280.2000.21223.1634.5567.65
Hex90A0C91C14015df2344
Octal220240311342402533743104
Binary1001000010100000110010011110010100010101110111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,160,201); }

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

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

 a { background-color: rgb(144,160,201); }

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

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

 span { border-color: rgb(144,160,201); }

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