Shades of Polo Blue #90A3CC
Tints of Polo Blue #90A3CC
RGB
CMYK
RGB Variations
Color information
#90A3CC (or 0x90A3CC) is known color: Polo Blue. HEX triplet: 90, A3 and CC. RGB value is (144,163,204). Sum of RGB (Red+Green+Blue) = 144+163+204=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #90A3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A3CC is #6F5C33. Grayscale: #A1A1A1. Windows color (decimal): -7298100 or 13411216. OLE color: 13411216.
HSL color Cylindrical-coordinate representation of color #90A3CC: hue angle of 221º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90A3CC is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 163 | 204 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.2 |
| HSL | 221º | 0.37% | 0.68% | - |
| HSV(B) | 221º | 0.29% | 0.8% | - |
| XYZ | 35.5 | 36.48 | 62.3 | - |
| YUV | 161.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 163 | 204 | 0.29 | 0.20 | 0 | 0.2 | 221 | 0.37 | 0.68 |
| Hex | 90 | A3 | CC | 1D | 14 | 0 | 14 | DD | 25 | 44 |
| Octal | 220 | 243 | 314 | 35 | 24 | 0 | 24 | 335 | 45 | 104 |
| Binary | 10010000 | 10100011 | 11001100 | 11101 | 10100 | 0 | 10100 | 11011101 | 100101 | 1000100 |
Color Harmonies of #90A3CC
Complementary color
Monochromatic Colors of #90A3CC
Black with #90A3CC
Text Example
Text Example
White with #90A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A3CC; }
p { color: rgb(144,163,204); }
H1.HeaderClassName
{
color: #90A3CC;
}
.AnyTagClassName
{
color: #90A3CC;
}
</style>
background-color css
<style>
a { background-color: #90A3CC; }
a { background-color: rgb(144,163,204); }
div.DivClassName
{
background-color: #90A3CC;
}
.BgClassName
{
background-color: #90A3CC;
}
</style>
border-color css
<style>
span { border-color: #90A3CC; }
span { border-color: rgb(144,163,204); }
td.TdClassName
{
border-color: #90A3CC;
}
.TagClassName
{
border-color: #90A3CC;
}
</style>