Shades of Polo Blue #90ADDA
Tints of Polo Blue #90ADDA
RGB
CMYK
RGB Variations
Color information
#90ADDA (or 0x90ADDA) is known color: Polo Blue. HEX triplet: 90, AD and DA. RGB value is (144,173,218). Sum of RGB (Red+Green+Blue) = 144+173+218=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #90ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADDA is #6F5225. Grayscale: #A9A9A9. Windows color (decimal): -7295526 or 14331280. OLE color: 14331280.
HSL color Cylindrical-coordinate representation of color #90ADDA: hue angle of 216.49º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90ADDA is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 173 | 218 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.15 |
| HSL | 216.49º | 0.5% | 0.71% | - |
| HSV(B) | 216.49º | 0.34% | 0.85% | - |
| XYZ | 39.1 | 40.88 | 72.16 | - |
| YUV | 169.46 | 155.39 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 218 | 0.34 | 0.21 | 0 | 0.15 | 216.49 | 0.5 | 0.71 |
| Hex | 90 | AD | DA | 22 | 15 | 0 | F | D8 | 32 | 47 |
| Octal | 220 | 255 | 332 | 42 | 25 | 0 | 17 | 330 | 62 | 107 |
| Binary | 10010000 | 10101101 | 11011010 | 100010 | 10101 | 0 | 1111 | 11011000 | 110010 | 1000111 |
Color Harmonies of #90ADDA
Complementary color
Monochromatic Colors of #90ADDA
Black with #90ADDA
Text Example
Text Example
White with #90ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADDA; }
p { color: rgb(144,173,218); }
H1.HeaderClassName
{
color: #90ADDA;
}
.AnyTagClassName
{
color: #90ADDA;
}
</style>
background-color css
<style>
a { background-color: #90ADDA; }
a { background-color: rgb(144,173,218); }
div.DivClassName
{
background-color: #90ADDA;
}
.BgClassName
{
background-color: #90ADDA;
}
</style>
border-color css
<style>
span { border-color: #90ADDA; }
span { border-color: rgb(144,173,218); }
td.TdClassName
{
border-color: #90ADDA;
}
.TagClassName
{
border-color: #90ADDA;
}
</style>