Shades of Polo Blue #90ABDB
Tints of Polo Blue #90ABDB
RGB
CMYK
RGB Variations
Color information
#90ABDB (or 0x90ABDB) is known color: Polo Blue. HEX triplet: 90, AB and DB. RGB value is (144,171,219). Sum of RGB (Red+Green+Blue) = 144+171+219=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #90ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABDB is #6F5424. Grayscale: #A8A8A8. Windows color (decimal): -7296037 or 14396304. OLE color: 14396304.
HSL color Cylindrical-coordinate representation of color #90ABDB: hue angle of 218.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90ABDB is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 171 | 219 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.14 |
| HSL | 218.4º | 0.51% | 0.71% | - |
| HSV(B) | 218.4º | 0.34% | 0.86% | - |
| XYZ | 38.85 | 40.17 | 72.72 | - |
| YUV | 168.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 219 | 0.34 | 0.22 | 0 | 0.14 | 218.4 | 0.51 | 0.71 |
| Hex | 90 | AB | DB | 22 | 16 | 0 | E | DA | 33 | 47 |
| Octal | 220 | 253 | 333 | 42 | 26 | 0 | 16 | 332 | 63 | 107 |
| Binary | 10010000 | 10101011 | 11011011 | 100010 | 10110 | 0 | 1110 | 11011010 | 110011 | 1000111 |
Color Harmonies of #90ABDB
Complementary color
Monochromatic Colors of #90ABDB
Black with #90ABDB
Text Example
Text Example
White with #90ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABDB; }
p { color: rgb(144,171,219); }
H1.HeaderClassName
{
color: #90ABDB;
}
.AnyTagClassName
{
color: #90ABDB;
}
</style>
background-color css
<style>
a { background-color: #90ABDB; }
a { background-color: rgb(144,171,219); }
div.DivClassName
{
background-color: #90ABDB;
}
.BgClassName
{
background-color: #90ABDB;
}
</style>
border-color css
<style>
span { border-color: #90ABDB; }
span { border-color: rgb(144,171,219); }
td.TdClassName
{
border-color: #90ABDB;
}
.TagClassName
{
border-color: #90ABDB;
}
</style>