Shades of Polo Blue #90ABDF
Tints of Polo Blue #90ABDF
RGB
CMYK
RGB Variations
Color information
#90ABDF (or 0x90ABDF) is known color: Polo Blue. HEX triplet: 90, AB and DF. RGB value is (144,171,223). Sum of RGB (Red+Green+Blue) = 144+171+223=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #90ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABDF is #6F5420. Grayscale: #A8A8A8. Windows color (decimal): -7296033 or 14658448. OLE color: 14658448.
HSL color Cylindrical-coordinate representation of color #90ABDF: hue angle of 219.49º degrees, saturation: 0.55, 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 #90ABDF is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 171 | 223 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.13 |
| HSL | 219.49º | 0.55% | 0.72% | - |
| HSV(B) | 219.49º | 0.35% | 0.87% | - |
| XYZ | 39.38 | 40.38 | 75.53 | - |
| YUV | 168.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 223 | 0.35 | 0.23 | 0 | 0.13 | 219.49 | 0.55 | 0.72 |
| Hex | 90 | AB | DF | 23 | 17 | 0 | D | DB | 37 | 48 |
| Octal | 220 | 253 | 337 | 43 | 27 | 0 | 15 | 333 | 67 | 110 |
| Binary | 10010000 | 10101011 | 11011111 | 100011 | 10111 | 0 | 1101 | 11011011 | 110111 | 1001000 |
Color Harmonies of #90ABDF
Complementary color
Monochromatic Colors of #90ABDF
Black with #90ABDF
Text Example
Text Example
White with #90ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABDF; }
p { color: rgb(144,171,223); }
H1.HeaderClassName
{
color: #90ABDF;
}
.AnyTagClassName
{
color: #90ABDF;
}
</style>
background-color css
<style>
a { background-color: #90ABDF; }
a { background-color: rgb(144,171,223); }
div.DivClassName
{
background-color: #90ABDF;
}
.BgClassName
{
background-color: #90ABDF;
}
</style>
border-color css
<style>
span { border-color: #90ABDF; }
span { border-color: rgb(144,171,223); }
td.TdClassName
{
border-color: #90ABDF;
}
.TagClassName
{
border-color: #90ABDF;
}
</style>