Shades of Polo Blue #90AADB
Tints of Polo Blue #90AADB
RGB
CMYK
RGB Variations
Color information
#90AADB (or 0x90AADB) is known color: Polo Blue. HEX triplet: 90, AA and DB. RGB value is (144,170,219). Sum of RGB (Red+Green+Blue) = 144+170+219=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #90AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AADB is #6F5524. Grayscale: #A7A7A7. Windows color (decimal): -7296293 or 14396048. OLE color: 14396048.
HSL color Cylindrical-coordinate representation of color #90AADB: hue angle of 219.2º 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 #90AADB is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 170 | 219 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.14 |
| HSL | 219.2º | 0.51% | 0.71% | - |
| HSV(B) | 219.2º | 0.34% | 0.86% | - |
| XYZ | 38.66 | 39.79 | 72.66 | - |
| YUV | 167.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 219 | 0.34 | 0.22 | 0 | 0.14 | 219.2 | 0.51 | 0.71 |
| Hex | 90 | AA | DB | 22 | 16 | 0 | E | DB | 33 | 47 |
| Octal | 220 | 252 | 333 | 42 | 26 | 0 | 16 | 333 | 63 | 107 |
| Binary | 10010000 | 10101010 | 11011011 | 100010 | 10110 | 0 | 1110 | 11011011 | 110011 | 1000111 |
Color Harmonies of #90AADB
Complementary color
Monochromatic Colors of #90AADB
Black with #90AADB
Text Example
Text Example
White with #90AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AADB; }
p { color: rgb(144,170,219); }
H1.HeaderClassName
{
color: #90AADB;
}
.AnyTagClassName
{
color: #90AADB;
}
</style>
background-color css
<style>
a { background-color: #90AADB; }
a { background-color: rgb(144,170,219); }
div.DivClassName
{
background-color: #90AADB;
}
.BgClassName
{
background-color: #90AADB;
}
</style>
border-color css
<style>
span { border-color: #90AADB; }
span { border-color: rgb(144,170,219); }
td.TdClassName
{
border-color: #90AADB;
}
.TagClassName
{
border-color: #90AADB;
}
</style>