Shades of Polo Blue #90A6CE
Tints of Polo Blue #90A6CE
RGB
CMYK
RGB Variations
Color information
#90A6CE (or 0x90A6CE) is known color: Polo Blue. HEX triplet: 90, A6 and CE. RGB value is (144,166,206). Sum of RGB (Red+Green+Blue) = 144+166+206=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #90A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6CE is #6F5931. Grayscale: #A3A3A3. Windows color (decimal): -7297330 or 13543056. OLE color: 13543056.
HSL color Cylindrical-coordinate representation of color #90A6CE: hue angle of 218.71º 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 #90A6CE is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 166 | 206 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.19 |
| HSL | 218.71º | 0.39% | 0.69% | - |
| HSV(B) | 218.71º | 0.3% | 0.81% | - |
| XYZ | 36.28 | 37.66 | 63.75 | - |
| YUV | 163.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 206 | 0.30 | 0.19 | 0 | 0.19 | 218.71 | 0.39 | 0.69 |
| Hex | 90 | A6 | CE | 1E | 13 | 0 | 13 | DB | 27 | 45 |
| Octal | 220 | 246 | 316 | 36 | 23 | 0 | 23 | 333 | 47 | 105 |
| Binary | 10010000 | 10100110 | 11001110 | 11110 | 10011 | 0 | 10011 | 11011011 | 100111 | 1000101 |
Color Harmonies of #90A6CE
Complementary color
Monochromatic Colors of #90A6CE
Black with #90A6CE
Text Example
Text Example
White with #90A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A6CE; }
p { color: rgb(144,166,206); }
H1.HeaderClassName
{
color: #90A6CE;
}
.AnyTagClassName
{
color: #90A6CE;
}
</style>
background-color css
<style>
a { background-color: #90A6CE; }
a { background-color: rgb(144,166,206); }
div.DivClassName
{
background-color: #90A6CE;
}
.BgClassName
{
background-color: #90A6CE;
}
</style>
border-color css
<style>
span { border-color: #90A6CE; }
span { border-color: rgb(144,166,206); }
td.TdClassName
{
border-color: #90A6CE;
}
.TagClassName
{
border-color: #90A6CE;
}
</style>