#90A4CE

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

Shades of Polo Blue #90A4CE

Tints of Polo Blue #90A4CE

Color information

#90A4CE (or 0x90A4CE) is unknown color: approx Polo Blue. HEX triplet: 90, A4 and CE. RGB value is (144,164,206). Sum of RGB (Red+Green+Blue) = 144+164+206=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #90A4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A4CE is #6F5B31. Grayscale: #A2A2A2. Windows color (decimal): -7297842 or 13542544. OLE color: 13542544.

HSL color Cylindrical-coordinate representation of color #90A4CE: hue angle of 220.65º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90A4CE is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144164206-
CMYK0.300.2000.19
HSL220.65º38.75%68.63%-
HSV(B)220.65º30.1%80.78%-
XYZ35.9236.9463.63-
YUV162.81152.37114.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.02%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 206 (80.86% from 255) = 40.08%
R=28.02%
G=31.91%
B=40.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441642060.300.2000.19220.6538.7568.63
Hex90A4CE1E14013dd2745
Octal220244316362402333547105
Binary1001000010100100110011101111010100010011110111011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,164,206); }

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

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

 a { background-color: rgb(144,164,206); }

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

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

 span { border-color: rgb(144,164,206); }

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