Shades of Polo Blue #90ADCE
Tints of Polo Blue #90ADCE
RGB
CMYK
RGB Variations
Color information
#90ADCE (or 0x90ADCE) is known color: Polo Blue. HEX triplet: 90, AD and CE. RGB value is (144,173,206). Sum of RGB (Red+Green+Blue) = 144+173+206=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #90ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADCE is #6F5231. Grayscale: #A7A7A7. Windows color (decimal): -7295538 or 13544848. OLE color: 13544848.
HSL color Cylindrical-coordinate representation of color #90ADCE: hue angle of 211.94º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90ADCE is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 173 | 206 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.19 |
| HSL | 211.94º | 0.39% | 0.69% | - |
| HSV(B) | 211.94º | 0.3% | 0.81% | - |
| XYZ | 37.59 | 40.27 | 64.18 | - |
| YUV | 168.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 206 | 0.30 | 0.16 | 0 | 0.19 | 211.94 | 0.39 | 0.69 |
| Hex | 90 | AD | CE | 1E | 10 | 0 | 13 | D4 | 27 | 45 |
| Octal | 220 | 255 | 316 | 36 | 20 | 0 | 23 | 324 | 47 | 105 |
| Binary | 10010000 | 10101101 | 11001110 | 11110 | 10000 | 0 | 10011 | 11010100 | 100111 | 1000101 |
Color Harmonies of #90ADCE
Complementary color
Monochromatic Colors of #90ADCE
Black with #90ADCE
Text Example
Text Example
White with #90ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADCE; }
p { color: rgb(144,173,206); }
H1.HeaderClassName
{
color: #90ADCE;
}
.AnyTagClassName
{
color: #90ADCE;
}
</style>
background-color css
<style>
a { background-color: #90ADCE; }
a { background-color: rgb(144,173,206); }
div.DivClassName
{
background-color: #90ADCE;
}
.BgClassName
{
background-color: #90ADCE;
}
</style>
border-color css
<style>
span { border-color: #90ADCE; }
span { border-color: rgb(144,173,206); }
td.TdClassName
{
border-color: #90ADCE;
}
.TagClassName
{
border-color: #90ADCE;
}
</style>