Shades of Polo Blue #90ADD7
Tints of Polo Blue #90ADD7
RGB
CMYK
RGB Variations
Color information
#90ADD7 (or 0x90ADD7) is known color: Polo Blue. HEX triplet: 90, AD and D7. RGB value is (144,173,215). Sum of RGB (Red+Green+Blue) = 144+173+215=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #90ADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADD7 is #6F5228. Grayscale: #A8A8A8. Windows color (decimal): -7295529 or 14134672. OLE color: 14134672.
HSL color Cylindrical-coordinate representation of color #90ADD7: hue angle of 215.49º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90ADD7 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 173 | 215 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.16 |
| HSL | 215.49º | 0.47% | 0.7% | - |
| HSV(B) | 215.49º | 0.33% | 0.84% | - |
| XYZ | 38.71 | 40.72 | 70.11 | - |
| YUV | 169.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 215 | 0.33 | 0.20 | 0 | 0.16 | 215.49 | 0.47 | 0.7 |
| Hex | 90 | AD | D7 | 21 | 14 | 0 | 10 | D7 | 2F | 46 |
| Octal | 220 | 255 | 327 | 41 | 24 | 0 | 20 | 327 | 57 | 106 |
| Binary | 10010000 | 10101101 | 11010111 | 100001 | 10100 | 0 | 10000 | 11010111 | 101111 | 1000110 |
Color Harmonies of #90ADD7
Complementary color
Monochromatic Colors of #90ADD7
Black with #90ADD7
Text Example
Text Example
White with #90ADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADD7; }
p { color: rgb(144,173,215); }
H1.HeaderClassName
{
color: #90ADD7;
}
.AnyTagClassName
{
color: #90ADD7;
}
</style>
background-color css
<style>
a { background-color: #90ADD7; }
a { background-color: rgb(144,173,215); }
div.DivClassName
{
background-color: #90ADD7;
}
.BgClassName
{
background-color: #90ADD7;
}
</style>
border-color css
<style>
span { border-color: #90ADD7; }
span { border-color: rgb(144,173,215); }
td.TdClassName
{
border-color: #90ADD7;
}
.TagClassName
{
border-color: #90ADD7;
}
</style>