Shades of Polo Blue #90ADC8
Tints of Polo Blue #90ADC8
RGB
CMYK
RGB Variations
Color information
#90ADC8 (or 0x90ADC8) is known color: Polo Blue. HEX triplet: 90, AD and C8. RGB value is (144,173,200). Sum of RGB (Red+Green+Blue) = 144+173+200=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 200 - color contains mainly: blue. Hex color #90ADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADC8 is #6F5237. Grayscale: #A7A7A7. Windows color (decimal): -7295544 or 13151632. OLE color: 13151632.
HSL color Cylindrical-coordinate representation of color #90ADC8: hue angle of 208.93º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90ADC8 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 173 | 200 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.22 |
| HSL | 208.93º | 0.34% | 0.67% | - |
| HSV(B) | 208.93º | 0.28% | 0.78% | - |
| XYZ | 36.87 | 39.99 | 60.42 | - |
| YUV | 167.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 200 | 0.28 | 0.14 | 0 | 0.22 | 208.93 | 0.34 | 0.67 |
| Hex | 90 | AD | C8 | 1C | E | 0 | 16 | D1 | 22 | 43 |
| Octal | 220 | 255 | 310 | 34 | 16 | 0 | 26 | 321 | 42 | 103 |
| Binary | 10010000 | 10101101 | 11001000 | 11100 | 1110 | 0 | 10110 | 11010001 | 100010 | 1000011 |
Color Harmonies of #90ADC8
Complementary color
Monochromatic Colors of #90ADC8
Black with #90ADC8
Text Example
Text Example
White with #90ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADC8; }
p { color: rgb(144,173,200); }
H1.HeaderClassName
{
color: #90ADC8;
}
.AnyTagClassName
{
color: #90ADC8;
}
</style>
background-color css
<style>
a { background-color: #90ADC8; }
a { background-color: rgb(144,173,200); }
div.DivClassName
{
background-color: #90ADC8;
}
.BgClassName
{
background-color: #90ADC8;
}
</style>
border-color css
<style>
span { border-color: #90ADC8; }
span { border-color: rgb(144,173,200); }
td.TdClassName
{
border-color: #90ADC8;
}
.TagClassName
{
border-color: #90ADC8;
}
</style>