Shades of Polo Blue #90A0CC
Tints of Polo Blue #90A0CC
RGB
CMYK
RGB Variations
Color information
#90A0CC (or 0x90A0CC) is known color: Polo Blue. HEX triplet: 90, A0 and CC. RGB value is (144,160,204). Sum of RGB (Red+Green+Blue) = 144+160+204=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #90A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A0CC is #6F5F33. Grayscale: #A0A0A0. Windows color (decimal): -7298868 or 13410448. OLE color: 13410448.
HSL color Cylindrical-coordinate representation of color #90A0CC: hue angle of 224º 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 #90A0CC is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 160 | 204 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.2 |
| HSL | 224º | 0.37% | 0.68% | - |
| HSV(B) | 224º | 0.29% | 0.8% | - |
| XYZ | 34.97 | 35.43 | 62.12 | - |
| YUV | 160.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 204 | 0.29 | 0.22 | 0 | 0.2 | 224 | 0.37 | 0.68 |
| Hex | 90 | A0 | CC | 1D | 16 | 0 | 14 | E0 | 25 | 44 |
| Octal | 220 | 240 | 314 | 35 | 26 | 0 | 24 | 340 | 45 | 104 |
| Binary | 10010000 | 10100000 | 11001100 | 11101 | 10110 | 0 | 10100 | 11100000 | 100101 | 1000100 |
Color Harmonies of #90A0CC
Complementary color
Monochromatic Colors of #90A0CC
Black with #90A0CC
Text Example
Text Example
White with #90A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A0CC; }
p { color: rgb(144,160,204); }
H1.HeaderClassName
{
color: #90A0CC;
}
.AnyTagClassName
{
color: #90A0CC;
}
</style>
background-color css
<style>
a { background-color: #90A0CC; }
a { background-color: rgb(144,160,204); }
div.DivClassName
{
background-color: #90A0CC;
}
.BgClassName
{
background-color: #90A0CC;
}
</style>
border-color css
<style>
span { border-color: #90A0CC; }
span { border-color: rgb(144,160,204); }
td.TdClassName
{
border-color: #90A0CC;
}
.TagClassName
{
border-color: #90A0CC;
}
</style>