#90ACCC

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

Shades of Polo Blue #90ACCC

Tints of Polo Blue #90ACCC

Color information

#90ACCC (or 0x90ACCC) is unknown color: approx Polo Blue. HEX triplet: 90, AC and CC. RGB value is (144,172,204). Sum of RGB (Red+Green+Blue) = 144+172+204=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #90ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACCC is #6F5333. Grayscale: #A7A7A7. Windows color (decimal): -7295796 or 13413520. OLE color: 13413520.

HSL color Cylindrical-coordinate representation of color #90ACCC: hue angle of 212º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90ACCC is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144172204-
CMYK0.290.1600.2
HSL212º37.04%68.24%-
HSV(B)212º29.41%80%-
XYZ37.1539.7962.85-
YUV167.28148.72111.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.69%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=27.69%
G=33.08%
B=39.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441722040.290.1600.221237.0468.24
Hex90ACCC1D10014d42544
Octal220254314352002432445104
Binary1001000010101100110011001110110000010100110101001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,172,204); }

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

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

 a { background-color: rgb(144,172,204); }

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

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

 span { border-color: rgb(144,172,204); }

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