Shades of Polo Blue #90ACC9
Tints of Polo Blue #90ACC9
RGB
CMYK
RGB Variations
Color information
#90ACC9 (or 0x90ACC9) is known color: Polo Blue. HEX triplet: 90, AC and C9. RGB value is (144,172,201). Sum of RGB (Red+Green+Blue) = 144+172+201=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #90ACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACC9 is #6F5336. Grayscale: #A6A6A6. Windows color (decimal): -7295799 or 13216912. OLE color: 13216912.
HSL color Cylindrical-coordinate representation of color #90ACC9: hue angle of 210.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90ACC9 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 172 | 201 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.21 |
| HSL | 210.53º | 0.35% | 0.68% | - |
| HSV(B) | 210.53º | 0.28% | 0.79% | - |
| XYZ | 36.8 | 39.65 | 60.97 | - |
| YUV | 166.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 201 | 0.28 | 0.14 | 0 | 0.21 | 210.53 | 0.35 | 0.68 |
| Hex | 90 | AC | C9 | 1C | E | 0 | 15 | D3 | 23 | 44 |
| Octal | 220 | 254 | 311 | 34 | 16 | 0 | 25 | 323 | 43 | 104 |
| Binary | 10010000 | 10101100 | 11001001 | 11100 | 1110 | 0 | 10101 | 11010011 | 100011 | 1000100 |
Color Harmonies of #90ACC9
Complementary color
Monochromatic Colors of #90ACC9
Black with #90ACC9
Text Example
Text Example
White with #90ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACC9; }
p { color: rgb(144,172,201); }
H1.HeaderClassName
{
color: #90ACC9;
}
.AnyTagClassName
{
color: #90ACC9;
}
</style>
background-color css
<style>
a { background-color: #90ACC9; }
a { background-color: rgb(144,172,201); }
div.DivClassName
{
background-color: #90ACC9;
}
.BgClassName
{
background-color: #90ACC9;
}
</style>
border-color css
<style>
span { border-color: #90ACC9; }
span { border-color: rgb(144,172,201); }
td.TdClassName
{
border-color: #90ACC9;
}
.TagClassName
{
border-color: #90ACC9;
}
</style>