Shades of Polo Blue #90A6CA
Tints of Polo Blue #90A6CA
RGB
CMYK
RGB Variations
Color information
#90A6CA (or 0x90A6CA) is known color: Polo Blue. HEX triplet: 90, A6 and CA. RGB value is (144,166,202). Sum of RGB (Red+Green+Blue) = 144+166+202=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #90A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6CA is #6F5935. Grayscale: #A3A3A3. Windows color (decimal): -7297334 or 13280912. OLE color: 13280912.
HSL color Cylindrical-coordinate representation of color #90A6CA: hue angle of 217.24º 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 #90A6CA is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 166 | 202 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.21 |
| HSL | 217.24º | 0.35% | 0.68% | - |
| HSV(B) | 217.24º | 0.29% | 0.79% | - |
| XYZ | 35.8 | 37.47 | 61.22 | - |
| YUV | 163.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 202 | 0.29 | 0.18 | 0 | 0.21 | 217.24 | 0.35 | 0.68 |
| Hex | 90 | A6 | CA | 1D | 12 | 0 | 15 | D9 | 23 | 44 |
| Octal | 220 | 246 | 312 | 35 | 22 | 0 | 25 | 331 | 43 | 104 |
| Binary | 10010000 | 10100110 | 11001010 | 11101 | 10010 | 0 | 10101 | 11011001 | 100011 | 1000100 |
Color Harmonies of #90A6CA
Complementary color
Monochromatic Colors of #90A6CA
Black with #90A6CA
Text Example
Text Example
White with #90A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A6CA; }
p { color: rgb(144,166,202); }
H1.HeaderClassName
{
color: #90A6CA;
}
.AnyTagClassName
{
color: #90A6CA;
}
</style>
background-color css
<style>
a { background-color: #90A6CA; }
a { background-color: rgb(144,166,202); }
div.DivClassName
{
background-color: #90A6CA;
}
.BgClassName
{
background-color: #90A6CA;
}
</style>
border-color css
<style>
span { border-color: #90A6CA; }
span { border-color: rgb(144,166,202); }
td.TdClassName
{
border-color: #90A6CA;
}
.TagClassName
{
border-color: #90A6CA;
}
</style>