Shades of Polo Blue #90ABCE
Tints of Polo Blue #90ABCE
RGB
CMYK
RGB Variations
Color information
#90ABCE (or 0x90ABCE) is known color: Polo Blue. HEX triplet: 90, AB and CE. RGB value is (144,171,206). Sum of RGB (Red+Green+Blue) = 144+171+206=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #90ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABCE is #6F5431. Grayscale: #A6A6A6. Windows color (decimal): -7296050 or 13544336. OLE color: 13544336.
HSL color Cylindrical-coordinate representation of color #90ABCE: hue angle of 213.87º 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 #90ABCE is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 171 | 206 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.19 |
| HSL | 213.87º | 0.39% | 0.69% | - |
| HSV(B) | 213.87º | 0.3% | 0.81% | - |
| XYZ | 37.21 | 39.51 | 64.06 | - |
| YUV | 166.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 206 | 0.30 | 0.17 | 0 | 0.19 | 213.87 | 0.39 | 0.69 |
| Hex | 90 | AB | CE | 1E | 11 | 0 | 13 | D6 | 27 | 45 |
| Octal | 220 | 253 | 316 | 36 | 21 | 0 | 23 | 326 | 47 | 105 |
| Binary | 10010000 | 10101011 | 11001110 | 11110 | 10001 | 0 | 10011 | 11010110 | 100111 | 1000101 |
Color Harmonies of #90ABCE
Complementary color
Monochromatic Colors of #90ABCE
Black with #90ABCE
Text Example
Text Example
White with #90ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABCE; }
p { color: rgb(144,171,206); }
H1.HeaderClassName
{
color: #90ABCE;
}
.AnyTagClassName
{
color: #90ABCE;
}
</style>
background-color css
<style>
a { background-color: #90ABCE; }
a { background-color: rgb(144,171,206); }
div.DivClassName
{
background-color: #90ABCE;
}
.BgClassName
{
background-color: #90ABCE;
}
</style>
border-color css
<style>
span { border-color: #90ABCE; }
span { border-color: rgb(144,171,206); }
td.TdClassName
{
border-color: #90ABCE;
}
.TagClassName
{
border-color: #90ABCE;
}
</style>