#90AACE

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

Shades of Polo Blue #90AACE

Tints of Polo Blue #90AACE

Color information

#90AACE (or 0x90AACE) is unknown color: approx Polo Blue. HEX triplet: 90, AA and CE. RGB value is (144,170,206). Sum of RGB (Red+Green+Blue) = 144+170+206=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #90AACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AACE is #6F5531. Grayscale: #A6A6A6. Windows color (decimal): -7296306 or 13544080. OLE color: 13544080.

HSL color Cylindrical-coordinate representation of color #90AACE: hue angle of 214.84º 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 #90AACE is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144170206-
CMYK0.300.1700.19
HSL214.84º38.75%68.63%-
HSV(B)214.84º30.1%80.78%-
XYZ37.0239.1364-
YUV166.33150.39112.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.69%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=27.69%
G=32.69%
B=39.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441702060.300.1700.19214.8438.7568.63
Hex90AACE1E11013d72745
Octal220252316362102332747105
Binary1001000010101010110011101111010001010011110101111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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