Shades of Polo Blue #90ADCA
Tints of Polo Blue #90ADCA
RGB
CMYK
RGB Variations
Color information
#90ADCA (or 0x90ADCA) is known color: Polo Blue. HEX triplet: 90, AD and CA. RGB value is (144,173,202). Sum of RGB (Red+Green+Blue) = 144+173+202=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #90ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADCA is #6F5235. Grayscale: #A7A7A7. Windows color (decimal): -7295542 or 13282704. OLE color: 13282704.
HSL color Cylindrical-coordinate representation of color #90ADCA: hue angle of 210º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90ADCA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 173 | 202 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.21 |
| HSL | 210º | 0.35% | 0.68% | - |
| HSV(B) | 210º | 0.29% | 0.79% | - |
| XYZ | 37.11 | 40.08 | 61.66 | - |
| YUV | 167.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 202 | 0.29 | 0.14 | 0 | 0.21 | 210 | 0.35 | 0.68 |
| Hex | 90 | AD | CA | 1D | E | 0 | 15 | D2 | 23 | 44 |
| Octal | 220 | 255 | 312 | 35 | 16 | 0 | 25 | 322 | 43 | 104 |
| Binary | 10010000 | 10101101 | 11001010 | 11101 | 1110 | 0 | 10101 | 11010010 | 100011 | 1000100 |
Color Harmonies of #90ADCA
Complementary color
Monochromatic Colors of #90ADCA
Black with #90ADCA
Text Example
Text Example
White with #90ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADCA; }
p { color: rgb(144,173,202); }
H1.HeaderClassName
{
color: #90ADCA;
}
.AnyTagClassName
{
color: #90ADCA;
}
</style>
background-color css
<style>
a { background-color: #90ADCA; }
a { background-color: rgb(144,173,202); }
div.DivClassName
{
background-color: #90ADCA;
}
.BgClassName
{
background-color: #90ADCA;
}
</style>
border-color css
<style>
span { border-color: #90ADCA; }
span { border-color: rgb(144,173,202); }
td.TdClassName
{
border-color: #90ADCA;
}
.TagClassName
{
border-color: #90ADCA;
}
</style>