Shades of Polo Blue #90AACE
Tints of Polo Blue #90AACE
RGB
CMYK
RGB Variations
Color information
#90AACE (or 0x90AACE) is known color: 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
| RGB | 144 | 170 | 206 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.19 |
| HSL | 214.84º | 0.39% | 0.69% | - |
| HSV(B) | 214.84º | 0.3% | 0.81% | - |
| XYZ | 37.02 | 39.13 | 64 | - |
| YUV | 166.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 206 | 0.30 | 0.17 | 0 | 0.19 | 214.84 | 0.39 | 0.69 |
| Hex | 90 | AA | CE | 1E | 11 | 0 | 13 | D7 | 27 | 45 |
| Octal | 220 | 252 | 316 | 36 | 21 | 0 | 23 | 327 | 47 | 105 |
| Binary | 10010000 | 10101010 | 11001110 | 11110 | 10001 | 0 | 10011 | 11010111 | 100111 | 1000101 |
Color Harmonies of #90AACE
Complementary color
Monochromatic Colors of #90AACE
Black with #90AACE
Text Example
Text Example
White with #90AACE
Text Example
Text Example
HTML Codes & Css Web 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>