Shades of Polo Blue #90ADDC
Tints of Polo Blue #90ADDC
RGB
CMYK
RGB Variations
Color information
#90ADDC (or 0x90ADDC) is known color: Polo Blue. HEX triplet: 90, AD and DC. RGB value is (144,173,220). Sum of RGB (Red+Green+Blue) = 144+173+220=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #90ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADDC is #6F5223. Grayscale: #A9A9A9. Windows color (decimal): -7295524 or 14462352. OLE color: 14462352.
HSL color Cylindrical-coordinate representation of color #90ADDC: hue angle of 217.11º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90ADDC is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 173 | 220 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.14 |
| HSL | 217.11º | 0.52% | 0.71% | - |
| HSV(B) | 217.11º | 0.35% | 0.86% | - |
| XYZ | 39.36 | 40.98 | 73.55 | - |
| YUV | 169.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 220 | 0.35 | 0.21 | 0 | 0.14 | 217.11 | 0.52 | 0.71 |
| Hex | 90 | AD | DC | 23 | 15 | 0 | E | D9 | 34 | 47 |
| Octal | 220 | 255 | 334 | 43 | 25 | 0 | 16 | 331 | 64 | 107 |
| Binary | 10010000 | 10101101 | 11011100 | 100011 | 10101 | 0 | 1110 | 11011001 | 110100 | 1000111 |
Color Harmonies of #90ADDC
Complementary color
Monochromatic Colors of #90ADDC
Black with #90ADDC
Text Example
Text Example
White with #90ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADDC; }
p { color: rgb(144,173,220); }
H1.HeaderClassName
{
color: #90ADDC;
}
.AnyTagClassName
{
color: #90ADDC;
}
</style>
background-color css
<style>
a { background-color: #90ADDC; }
a { background-color: rgb(144,173,220); }
div.DivClassName
{
background-color: #90ADDC;
}
.BgClassName
{
background-color: #90ADDC;
}
</style>
border-color css
<style>
span { border-color: #90ADDC; }
span { border-color: rgb(144,173,220); }
td.TdClassName
{
border-color: #90ADDC;
}
.TagClassName
{
border-color: #90ADDC;
}
</style>