Shades of Polo Blue #90ACE0
Tints of Polo Blue #90ACE0
RGB
CMYK
RGB Variations
Color information
#90ACE0 (or 0x90ACE0) is known color: Polo Blue. HEX triplet: 90, AC and E0. RGB value is (144,172,224). Sum of RGB (Red+Green+Blue) = 144+172+224=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #90ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACE0 is #6F531F. Grayscale: #A9A9A9. Windows color (decimal): -7295776 or 14724240. OLE color: 14724240.
HSL color Cylindrical-coordinate representation of color #90ACE0: hue angle of 219º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90ACE0 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 172 | 224 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.12 |
| HSL | 219º | 0.56% | 0.72% | - |
| HSV(B) | 219º | 0.36% | 0.88% | - |
| XYZ | 39.71 | 40.82 | 76.31 | - |
| YUV | 169.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 224 | 0.36 | 0.23 | 0 | 0.12 | 219 | 0.56 | 0.72 |
| Hex | 90 | AC | E0 | 24 | 17 | 0 | C | DB | 38 | 48 |
| Octal | 220 | 254 | 340 | 44 | 27 | 0 | 14 | 333 | 70 | 110 |
| Binary | 10010000 | 10101100 | 11100000 | 100100 | 10111 | 0 | 1100 | 11011011 | 111000 | 1001000 |
Color Harmonies of #90ACE0
Complementary color
Monochromatic Colors of #90ACE0
Black with #90ACE0
Text Example
Text Example
White with #90ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACE0; }
p { color: rgb(144,172,224); }
H1.HeaderClassName
{
color: #90ACE0;
}
.AnyTagClassName
{
color: #90ACE0;
}
</style>
background-color css
<style>
a { background-color: #90ACE0; }
a { background-color: rgb(144,172,224); }
div.DivClassName
{
background-color: #90ACE0;
}
.BgClassName
{
background-color: #90ACE0;
}
</style>
border-color css
<style>
span { border-color: #90ACE0; }
span { border-color: rgb(144,172,224); }
td.TdClassName
{
border-color: #90ACE0;
}
.TagClassName
{
border-color: #90ACE0;
}
</style>