Shades of Polo Blue #90ABDC
Tints of Polo Blue #90ABDC
RGB
CMYK
RGB Variations
Color information
#90ABDC (or 0x90ABDC) is known color: Polo Blue. HEX triplet: 90, AB and DC. RGB value is (144,171,220). Sum of RGB (Red+Green+Blue) = 144+171+220=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #90ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABDC is #6F5423. Grayscale: #A8A8A8. Windows color (decimal): -7296036 or 14461840. OLE color: 14461840.
HSL color Cylindrical-coordinate representation of color #90ABDC: hue angle of 218.68º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90ABDC is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 171 | 220 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.14 |
| HSL | 218.68º | 0.52% | 0.71% | - |
| HSV(B) | 218.68º | 0.35% | 0.86% | - |
| XYZ | 38.98 | 40.22 | 73.42 | - |
| YUV | 168.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 220 | 0.35 | 0.22 | 0 | 0.14 | 218.68 | 0.52 | 0.71 |
| Hex | 90 | AB | DC | 23 | 16 | 0 | E | DB | 34 | 47 |
| Octal | 220 | 253 | 334 | 43 | 26 | 0 | 16 | 333 | 64 | 107 |
| Binary | 10010000 | 10101011 | 11011100 | 100011 | 10110 | 0 | 1110 | 11011011 | 110100 | 1000111 |
Color Harmonies of #90ABDC
Complementary color
Monochromatic Colors of #90ABDC
Black with #90ABDC
Text Example
Text Example
White with #90ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABDC; }
p { color: rgb(144,171,220); }
H1.HeaderClassName
{
color: #90ABDC;
}
.AnyTagClassName
{
color: #90ABDC;
}
</style>
background-color css
<style>
a { background-color: #90ABDC; }
a { background-color: rgb(144,171,220); }
div.DivClassName
{
background-color: #90ABDC;
}
.BgClassName
{
background-color: #90ABDC;
}
</style>
border-color css
<style>
span { border-color: #90ABDC; }
span { border-color: rgb(144,171,220); }
td.TdClassName
{
border-color: #90ABDC;
}
.TagClassName
{
border-color: #90ABDC;
}
</style>