Shades of Polo Blue #95ACC5
Tints of Polo Blue #95ACC5
RGB
CMYK
RGB Variations
Color information
#95ACC5 (or 0x95ACC5) is known color: Polo Blue. HEX triplet: 95, AC and C5. RGB value is (149,172,197). Sum of RGB (Red+Green+Blue) = 149+172+197=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 197 - color contains mainly: blue. Hex color #95ACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACC5 is #6A533A. Grayscale: #A7A7A7. Windows color (decimal): -6968123 or 12954773. OLE color: 12954773.
HSL color Cylindrical-coordinate representation of color #95ACC5: hue angle of 211.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95ACC5 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 172 | 197 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.23 |
| HSL | 211.25º | 0.29% | 0.68% | - |
| HSV(B) | 211.25º | 0.24% | 0.77% | - |
| XYZ | 37.23 | 39.93 | 58.57 | - |
| YUV | 167.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 172 | 197 | 0.24 | 0.13 | 0 | 0.23 | 211.25 | 0.29 | 0.68 |
| Hex | 95 | AC | C5 | 18 | D | 0 | 17 | D3 | 1D | 44 |
| Octal | 225 | 254 | 305 | 30 | 15 | 0 | 27 | 323 | 35 | 104 |
| Binary | 10010101 | 10101100 | 11000101 | 11000 | 1101 | 0 | 10111 | 11010011 | 11101 | 1000100 |
Color Harmonies of #95ACC5
Complementary color
Monochromatic Colors of #95ACC5
Black with #95ACC5
Text Example
Text Example
White with #95ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ACC5; }
p { color: rgb(149,172,197); }
H1.HeaderClassName
{
color: #95ACC5;
}
.AnyTagClassName
{
color: #95ACC5;
}
</style>
background-color css
<style>
a { background-color: #95ACC5; }
a { background-color: rgb(149,172,197); }
div.DivClassName
{
background-color: #95ACC5;
}
.BgClassName
{
background-color: #95ACC5;
}
</style>
border-color css
<style>
span { border-color: #95ACC5; }
span { border-color: rgb(149,172,197); }
td.TdClassName
{
border-color: #95ACC5;
}
.TagClassName
{
border-color: #95ACC5;
}
</style>