Shades of Polo Blue #90AACA
Tints of Polo Blue #90AACA
RGB
CMYK
RGB Variations
Color information
#90AACA (or 0x90AACA) is known color: Polo Blue. HEX triplet: 90, AA and CA. RGB value is (144,170,202). Sum of RGB (Red+Green+Blue) = 144+170+202=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #90AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AACA is #6F5535. Grayscale: #A5A5A5. Windows color (decimal): -7296310 or 13281936. OLE color: 13281936.
HSL color Cylindrical-coordinate representation of color #90AACA: hue angle of 213.1º 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 #90AACA is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 170 | 202 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.21 |
| HSL | 213.1º | 0.35% | 0.68% | - |
| HSV(B) | 213.1º | 0.29% | 0.79% | - |
| XYZ | 36.54 | 38.94 | 61.47 | - |
| YUV | 165.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 202 | 0.29 | 0.16 | 0 | 0.21 | 213.1 | 0.35 | 0.68 |
| Hex | 90 | AA | CA | 1D | 10 | 0 | 15 | D5 | 23 | 44 |
| Octal | 220 | 252 | 312 | 35 | 20 | 0 | 25 | 325 | 43 | 104 |
| Binary | 10010000 | 10101010 | 11001010 | 11101 | 10000 | 0 | 10101 | 11010101 | 100011 | 1000100 |
Color Harmonies of #90AACA
Complementary color
Monochromatic Colors of #90AACA
Black with #90AACA
Text Example
Text Example
White with #90AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AACA; }
p { color: rgb(144,170,202); }
H1.HeaderClassName
{
color: #90AACA;
}
.AnyTagClassName
{
color: #90AACA;
}
</style>
background-color css
<style>
a { background-color: #90AACA; }
a { background-color: rgb(144,170,202); }
div.DivClassName
{
background-color: #90AACA;
}
.BgClassName
{
background-color: #90AACA;
}
</style>
border-color css
<style>
span { border-color: #90AACA; }
span { border-color: rgb(144,170,202); }
td.TdClassName
{
border-color: #90AACA;
}
.TagClassName
{
border-color: #90AACA;
}
</style>