Shades of Polo Blue #90ACCC
Tints of Polo Blue #90ACCC
RGB
CMYK
RGB Variations
Color information
#90ACCC (or 0x90ACCC) is known color: Polo Blue. HEX triplet: 90, AC and CC. RGB value is (144,172,204). Sum of RGB (Red+Green+Blue) = 144+172+204=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #90ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACCC is #6F5333. Grayscale: #A7A7A7. Windows color (decimal): -7295796 or 13413520. OLE color: 13413520.
HSL color Cylindrical-coordinate representation of color #90ACCC: hue angle of 212º 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 #90ACCC is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 172 | 204 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.2 |
| HSL | 212º | 0.37% | 0.68% | - |
| HSV(B) | 212º | 0.29% | 0.8% | - |
| XYZ | 37.15 | 39.79 | 62.85 | - |
| YUV | 167.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 204 | 0.29 | 0.16 | 0 | 0.2 | 212 | 0.37 | 0.68 |
| Hex | 90 | AC | CC | 1D | 10 | 0 | 14 | D4 | 25 | 44 |
| Octal | 220 | 254 | 314 | 35 | 20 | 0 | 24 | 324 | 45 | 104 |
| Binary | 10010000 | 10101100 | 11001100 | 11101 | 10000 | 0 | 10100 | 11010100 | 100101 | 1000100 |
Color Harmonies of #90ACCC
Complementary color
Monochromatic Colors of #90ACCC
Black with #90ACCC
Text Example
Text Example
White with #90ACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACCC; }
p { color: rgb(144,172,204); }
H1.HeaderClassName
{
color: #90ACCC;
}
.AnyTagClassName
{
color: #90ACCC;
}
</style>
background-color css
<style>
a { background-color: #90ACCC; }
a { background-color: rgb(144,172,204); }
div.DivClassName
{
background-color: #90ACCC;
}
.BgClassName
{
background-color: #90ACCC;
}
</style>
border-color css
<style>
span { border-color: #90ACCC; }
span { border-color: rgb(144,172,204); }
td.TdClassName
{
border-color: #90ACCC;
}
.TagClassName
{
border-color: #90ACCC;
}
</style>