Shades of Polo Blue #95AAC5
Tints of Polo Blue #95AAC5
RGB
CMYK
RGB Variations
Color information
#95AAC5 (or 0x95AAC5) is known color: Polo Blue. HEX triplet: 95, AA and C5. RGB value is (149,170,197). Sum of RGB (Red+Green+Blue) = 149+170+197=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 197 - color contains mainly: blue. Hex color #95AAC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AAC5 is #6A553A. Grayscale: #A6A6A6. Windows color (decimal): -6968635 or 12954261. OLE color: 12954261.
HSL color Cylindrical-coordinate representation of color #95AAC5: hue angle of 213.75º 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 #95AAC5 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 170 | 197 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.23 |
| HSL | 213.75º | 0.29% | 0.68% | - |
| HSV(B) | 213.75º | 0.24% | 0.77% | - |
| XYZ | 36.85 | 39.17 | 58.44 | - |
| YUV | 166.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 197 | 0.24 | 0.14 | 0 | 0.23 | 213.75 | 0.29 | 0.68 |
| Hex | 95 | AA | C5 | 18 | E | 0 | 17 | D6 | 1D | 44 |
| Octal | 225 | 252 | 305 | 30 | 16 | 0 | 27 | 326 | 35 | 104 |
| Binary | 10010101 | 10101010 | 11000101 | 11000 | 1110 | 0 | 10111 | 11010110 | 11101 | 1000100 |
Color Harmonies of #95AAC5
Complementary color
Monochromatic Colors of #95AAC5
Black with #95AAC5
Text Example
Text Example
White with #95AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AAC5; }
p { color: rgb(149,170,197); }
H1.HeaderClassName
{
color: #95AAC5;
}
.AnyTagClassName
{
color: #95AAC5;
}
</style>
background-color css
<style>
a { background-color: #95AAC5; }
a { background-color: rgb(149,170,197); }
div.DivClassName
{
background-color: #95AAC5;
}
.BgClassName
{
background-color: #95AAC5;
}
</style>
border-color css
<style>
span { border-color: #95AAC5; }
span { border-color: rgb(149,170,197); }
td.TdClassName
{
border-color: #95AAC5;
}
.TagClassName
{
border-color: #95AAC5;
}
</style>