Shades of Polo Blue #90ADE1
Tints of Polo Blue #90ADE1
RGB
CMYK
RGB Variations
Color information
#90ADE1 (or 0x90ADE1) is known color: Polo Blue. HEX triplet: 90, AD and E1. RGB value is (144,173,225). Sum of RGB (Red+Green+Blue) = 144+173+225=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #90ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADE1 is #6F521E. Grayscale: #AAAAAA. Windows color (decimal): -7295519 or 14790032. OLE color: 14790032.
HSL color Cylindrical-coordinate representation of color #90ADE1: hue angle of 218.52º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90ADE1 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 173 | 225 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.12 |
| HSL | 218.52º | 0.57% | 0.72% | - |
| HSV(B) | 218.52º | 0.36% | 0.88% | - |
| XYZ | 40.04 | 41.25 | 77.09 | - |
| YUV | 170.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 225 | 0.36 | 0.23 | 0 | 0.12 | 218.52 | 0.57 | 0.72 |
| Hex | 90 | AD | E1 | 24 | 17 | 0 | C | DB | 39 | 48 |
| Octal | 220 | 255 | 341 | 44 | 27 | 0 | 14 | 333 | 71 | 110 |
| Binary | 10010000 | 10101101 | 11100001 | 100100 | 10111 | 0 | 1100 | 11011011 | 111001 | 1001000 |
Color Harmonies of #90ADE1
Complementary color
Monochromatic Colors of #90ADE1
Black with #90ADE1
Text Example
Text Example
White with #90ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADE1; }
p { color: rgb(144,173,225); }
H1.HeaderClassName
{
color: #90ADE1;
}
.AnyTagClassName
{
color: #90ADE1;
}
</style>
background-color css
<style>
a { background-color: #90ADE1; }
a { background-color: rgb(144,173,225); }
div.DivClassName
{
background-color: #90ADE1;
}
.BgClassName
{
background-color: #90ADE1;
}
</style>
border-color css
<style>
span { border-color: #90ADE1; }
span { border-color: rgb(144,173,225); }
td.TdClassName
{
border-color: #90ADE1;
}
.TagClassName
{
border-color: #90ADE1;
}
</style>