Shades of Polo Blue #95AAC8
Tints of Polo Blue #95AAC8
RGB
CMYK
RGB Variations
Color information
#95AAC8 (or 0x95AAC8) is known color: Polo Blue. HEX triplet: 95, AA and C8. RGB value is (149,170,200). Sum of RGB (Red+Green+Blue) = 149+170+200=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #95AAC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AAC8 is #6A5537. Grayscale: #A7A7A7. Windows color (decimal): -6968632 or 13150869. OLE color: 13150869.
HSL color Cylindrical-coordinate representation of color #95AAC8: hue angle of 215.29º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95AAC8 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 170 | 200 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.22 |
| HSL | 215.29º | 0.32% | 0.68% | - |
| HSV(B) | 215.29º | 0.26% | 0.78% | - |
| XYZ | 37.19 | 39.31 | 60.27 | - |
| YUV | 167.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 200 | 0.26 | 0.15 | 0 | 0.22 | 215.29 | 0.32 | 0.68 |
| Hex | 95 | AA | C8 | 1A | F | 0 | 16 | D7 | 20 | 44 |
| Octal | 225 | 252 | 310 | 32 | 17 | 0 | 26 | 327 | 40 | 104 |
| Binary | 10010101 | 10101010 | 11001000 | 11010 | 1111 | 0 | 10110 | 11010111 | 100000 | 1000100 |
Color Harmonies of #95AAC8
Complementary color
Monochromatic Colors of #95AAC8
Black with #95AAC8
Text Example
Text Example
White with #95AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AAC8; }
p { color: rgb(149,170,200); }
H1.HeaderClassName
{
color: #95AAC8;
}
.AnyTagClassName
{
color: #95AAC8;
}
</style>
background-color css
<style>
a { background-color: #95AAC8; }
a { background-color: rgb(149,170,200); }
div.DivClassName
{
background-color: #95AAC8;
}
.BgClassName
{
background-color: #95AAC8;
}
</style>
border-color css
<style>
span { border-color: #95AAC8; }
span { border-color: rgb(149,170,200); }
td.TdClassName
{
border-color: #95AAC8;
}
.TagClassName
{
border-color: #95AAC8;
}
</style>