#90AACA

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

Shades of Polo Blue #90AACA

Tints of Polo Blue #90AACA

Color information

#90AACA (or 0x90AACA) is unknown color: approx Polo Blue. HEX triplet: 90, AA and CA. RGB value is (144,170,202). Sum of RGB (Red+Green+Blue) = 144+170+202=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #90AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AACA is #6F5535. Grayscale: #A5A5A5. Windows color (decimal): -7296310 or 13281936. OLE color: 13281936.

HSL color Cylindrical-coordinate representation of color #90AACA: hue angle of 213.1º 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 #90AACA is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144170202-
CMYK0.290.1600.21
HSL213.1º35.37%67.84%-
HSV(B)213.1º28.71%79.22%-
XYZ36.5438.9461.47-
YUV165.87148.39112.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.91%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=27.91%
G=32.95%
B=39.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441702020.290.1600.21213.135.3767.84
Hex90AACA1D10015d52344
Octal220252312352002532543104
Binary1001000010101010110010101110110000010101110101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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