#90A2CA

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

Shades of Polo Blue #90A2CA

Tints of Polo Blue #90A2CA

Color information

#90A2CA (or 0x90A2CA) is unknown color: approx Polo Blue. HEX triplet: 90, A2 and CA. RGB value is (144,162,202). Sum of RGB (Red+Green+Blue) = 144+162+202=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #90A2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A2CA is #6F5D35. Grayscale: #A1A1A1. Windows color (decimal): -7298358 or 13279888. OLE color: 13279888.

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

Color convert

RGB144162202-
CMYK0.290.2000.21
HSL221.38º35.37%67.84%-
HSV(B)221.38º28.71%79.22%-
XYZ35.0836.0360.98-
YUV161.18151.04115.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.35%
GREEN value IS 162 (63.67% from 255) = 31.89%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=28.35%
G=31.89%
B=39.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441622020.290.2000.21221.3835.3767.84
Hex90A2CA1D14015dd2344
Octal220242312352402533543104
Binary1001000010100010110010101110110100010101110111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,162,202); }

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

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

 a { background-color: rgb(144,162,202); }

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

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

 span { border-color: rgb(144,162,202); }

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