Shades of Polo Blue #90ABDD
Tints of Polo Blue #90ABDD
RGB
CMYK
RGB Variations
Color information
#90ABDD (or 0x90ABDD) is known color: Polo Blue. HEX triplet: 90, AB and DD. RGB value is (144,171,221). Sum of RGB (Red+Green+Blue) = 144+171+221=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #90ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABDD is #6F5422. Grayscale: #A8A8A8. Windows color (decimal): -7296035 or 14527376. OLE color: 14527376.
HSL color Cylindrical-coordinate representation of color #90ABDD: hue angle of 218.96º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90ABDD is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 171 | 221 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.13 |
| HSL | 218.96º | 0.53% | 0.72% | - |
| HSV(B) | 218.96º | 0.35% | 0.87% | - |
| XYZ | 39.12 | 40.28 | 74.12 | - |
| YUV | 168.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 221 | 0.35 | 0.23 | 0 | 0.13 | 218.96 | 0.53 | 0.72 |
| Hex | 90 | AB | DD | 23 | 17 | 0 | D | DB | 35 | 48 |
| Octal | 220 | 253 | 335 | 43 | 27 | 0 | 15 | 333 | 65 | 110 |
| Binary | 10010000 | 10101011 | 11011101 | 100011 | 10111 | 0 | 1101 | 11011011 | 110101 | 1001000 |
Color Harmonies of #90ABDD
Complementary color
Monochromatic Colors of #90ABDD
Black with #90ABDD
Text Example
Text Example
White with #90ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABDD; }
p { color: rgb(144,171,221); }
H1.HeaderClassName
{
color: #90ABDD;
}
.AnyTagClassName
{
color: #90ABDD;
}
</style>
background-color css
<style>
a { background-color: #90ABDD; }
a { background-color: rgb(144,171,221); }
div.DivClassName
{
background-color: #90ABDD;
}
.BgClassName
{
background-color: #90ABDD;
}
</style>
border-color css
<style>
span { border-color: #90ABDD; }
span { border-color: rgb(144,171,221); }
td.TdClassName
{
border-color: #90ABDD;
}
.TagClassName
{
border-color: #90ABDD;
}
</style>