Shades of Polo Blue #90ADD6
Tints of Polo Blue #90ADD6
RGB
CMYK
RGB Variations
Color information
#90ADD6 (or 0x90ADD6) is known color: Polo Blue. HEX triplet: 90, AD and D6. RGB value is (144,173,214). Sum of RGB (Red+Green+Blue) = 144+173+214=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #90ADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADD6 is #6F5229. Grayscale: #A8A8A8. Windows color (decimal): -7295530 or 14069136. OLE color: 14069136.
HSL color Cylindrical-coordinate representation of color #90ADD6: hue angle of 215.14º degrees, saturation: 0.46, 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 #90ADD6 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 173 | 214 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.16 |
| HSL | 215.14º | 0.46% | 0.7% | - |
| HSV(B) | 215.14º | 0.33% | 0.84% | - |
| XYZ | 38.58 | 40.67 | 69.44 | - |
| YUV | 169 | 153.39 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 214 | 0.33 | 0.19 | 0 | 0.16 | 215.14 | 0.46 | 0.7 |
| Hex | 90 | AD | D6 | 21 | 13 | 0 | 10 | D7 | 2E | 46 |
| Octal | 220 | 255 | 326 | 41 | 23 | 0 | 20 | 327 | 56 | 106 |
| Binary | 10010000 | 10101101 | 11010110 | 100001 | 10011 | 0 | 10000 | 11010111 | 101110 | 1000110 |
Color Harmonies of #90ADD6
Complementary color
Monochromatic Colors of #90ADD6
Black with #90ADD6
Text Example
Text Example
White with #90ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADD6; }
p { color: rgb(144,173,214); }
H1.HeaderClassName
{
color: #90ADD6;
}
.AnyTagClassName
{
color: #90ADD6;
}
</style>
background-color css
<style>
a { background-color: #90ADD6; }
a { background-color: rgb(144,173,214); }
div.DivClassName
{
background-color: #90ADD6;
}
.BgClassName
{
background-color: #90ADD6;
}
</style>
border-color css
<style>
span { border-color: #90ADD6; }
span { border-color: rgb(144,173,214); }
td.TdClassName
{
border-color: #90ADD6;
}
.TagClassName
{
border-color: #90ADD6;
}
</style>