Shades of Polo Blue #90ABDA
Tints of Polo Blue #90ABDA
RGB
CMYK
RGB Variations
Color information
#90ABDA (or 0x90ABDA) is known color: Polo Blue. HEX triplet: 90, AB and DA. RGB value is (144,171,218). Sum of RGB (Red+Green+Blue) = 144+171+218=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #90ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABDA is #6F5425. Grayscale: #A8A8A8. Windows color (decimal): -7296038 or 14330768. OLE color: 14330768.
HSL color Cylindrical-coordinate representation of color #90ABDA: hue angle of 218.11º degrees, saturation: 0.5, 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 #90ABDA is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 171 | 218 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.15 |
| HSL | 218.11º | 0.5% | 0.71% | - |
| HSV(B) | 218.11º | 0.34% | 0.85% | - |
| XYZ | 38.72 | 40.12 | 72.03 | - |
| YUV | 168.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 218 | 0.34 | 0.22 | 0 | 0.15 | 218.11 | 0.5 | 0.71 |
| Hex | 90 | AB | DA | 22 | 16 | 0 | F | DA | 32 | 47 |
| Octal | 220 | 253 | 332 | 42 | 26 | 0 | 17 | 332 | 62 | 107 |
| Binary | 10010000 | 10101011 | 11011010 | 100010 | 10110 | 0 | 1111 | 11011010 | 110010 | 1000111 |
Color Harmonies of #90ABDA
Complementary color
Monochromatic Colors of #90ABDA
Black with #90ABDA
Text Example
Text Example
White with #90ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABDA; }
p { color: rgb(144,171,218); }
H1.HeaderClassName
{
color: #90ABDA;
}
.AnyTagClassName
{
color: #90ABDA;
}
</style>
background-color css
<style>
a { background-color: #90ABDA; }
a { background-color: rgb(144,171,218); }
div.DivClassName
{
background-color: #90ABDA;
}
.BgClassName
{
background-color: #90ABDA;
}
</style>
border-color css
<style>
span { border-color: #90ABDA; }
span { border-color: rgb(144,171,218); }
td.TdClassName
{
border-color: #90ABDA;
}
.TagClassName
{
border-color: #90ABDA;
}
</style>