Shades of Polo Blue #90A6D9
Tints of Polo Blue #90A6D9
RGB
CMYK
RGB Variations
Color information
#90A6D9 (or 0x90A6D9) is known color: Polo Blue. HEX triplet: 90, A6 and D9. RGB value is (144,166,217). Sum of RGB (Red+Green+Blue) = 144+166+217=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #90A6D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6D9 is #6F5926. Grayscale: #A5A5A5. Windows color (decimal): -7297319 or 14263952. OLE color: 14263952.
HSL color Cylindrical-coordinate representation of color #90A6D9: hue angle of 221.92º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90A6D9 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 166 | 217 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.15 |
| HSL | 221.92º | 0.49% | 0.71% | - |
| HSV(B) | 221.92º | 0.34% | 0.85% | - |
| XYZ | 37.66 | 38.21 | 71.04 | - |
| YUV | 165.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 217 | 0.34 | 0.24 | 0 | 0.15 | 221.92 | 0.49 | 0.71 |
| Hex | 90 | A6 | D9 | 22 | 18 | 0 | F | DE | 31 | 47 |
| Octal | 220 | 246 | 331 | 42 | 30 | 0 | 17 | 336 | 61 | 107 |
| Binary | 10010000 | 10100110 | 11011001 | 100010 | 11000 | 0 | 1111 | 11011110 | 110001 | 1000111 |
Color Harmonies of #90A6D9
Complementary color
Monochromatic Colors of #90A6D9
Black with #90A6D9
Text Example
Text Example
White with #90A6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A6D9; }
p { color: rgb(144,166,217); }
H1.HeaderClassName
{
color: #90A6D9;
}
.AnyTagClassName
{
color: #90A6D9;
}
</style>
background-color css
<style>
a { background-color: #90A6D9; }
a { background-color: rgb(144,166,217); }
div.DivClassName
{
background-color: #90A6D9;
}
.BgClassName
{
background-color: #90A6D9;
}
</style>
border-color css
<style>
span { border-color: #90A6D9; }
span { border-color: rgb(144,166,217); }
td.TdClassName
{
border-color: #90A6D9;
}
.TagClassName
{
border-color: #90A6D9;
}
</style>