Shades of Polo Blue #90AECE
Tints of Polo Blue #90AECE
RGB
CMYK
RGB Variations
Color information
#90AECE (or 0x90AECE) is known color: Polo Blue. HEX triplet: 90, AE and CE. RGB value is (144,174,206). Sum of RGB (Red+Green+Blue) = 144+174+206=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #90AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AECE is #6F5131. Grayscale: #A8A8A8. Windows color (decimal): -7295282 or 13545104. OLE color: 13545104.
HSL color Cylindrical-coordinate representation of color #90AECE: hue angle of 210.97º 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 #90AECE is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 174 | 206 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.19 |
| HSL | 210.97º | 0.39% | 0.69% | - |
| HSV(B) | 210.97º | 0.3% | 0.81% | - |
| XYZ | 37.78 | 40.66 | 64.25 | - |
| YUV | 168.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 206 | 0.30 | 0.16 | 0 | 0.19 | 210.97 | 0.39 | 0.69 |
| Hex | 90 | AE | CE | 1E | 10 | 0 | 13 | D3 | 27 | 45 |
| Octal | 220 | 256 | 316 | 36 | 20 | 0 | 23 | 323 | 47 | 105 |
| Binary | 10010000 | 10101110 | 11001110 | 11110 | 10000 | 0 | 10011 | 11010011 | 100111 | 1000101 |
Color Harmonies of #90AECE
Complementary color
Monochromatic Colors of #90AECE
Black with #90AECE
Text Example
Text Example
White with #90AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AECE; }
p { color: rgb(144,174,206); }
H1.HeaderClassName
{
color: #90AECE;
}
.AnyTagClassName
{
color: #90AECE;
}
</style>
background-color css
<style>
a { background-color: #90AECE; }
a { background-color: rgb(144,174,206); }
div.DivClassName
{
background-color: #90AECE;
}
.BgClassName
{
background-color: #90AECE;
}
</style>
border-color css
<style>
span { border-color: #90AECE; }
span { border-color: rgb(144,174,206); }
td.TdClassName
{
border-color: #90AECE;
}
.TagClassName
{
border-color: #90AECE;
}
</style>