Shades of Polo Blue #95A8CB
Tints of Polo Blue #95A8CB
RGB
CMYK
RGB Variations
Color information
#95A8CB (or 0x95A8CB) is known color: Polo Blue. HEX triplet: 95, A8 and CB. RGB value is (149,168,203). Sum of RGB (Red+Green+Blue) = 149+168+203=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #95A8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A8CB is #6A5734. Grayscale: #A6A6A6. Windows color (decimal): -6969141 or 13346965. OLE color: 13346965.
HSL color Cylindrical-coordinate representation of color #95A8CB: hue angle of 218.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95A8CB is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 168 | 203 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.20 |
| HSL | 218.89º | 0.34% | 0.69% | - |
| HSV(B) | 218.89º | 0.27% | 0.8% | - |
| XYZ | 37.18 | 38.71 | 62.01 | - |
| YUV | 166.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 203 | 0.27 | 0.17 | 0 | 0.20 | 218.89 | 0.34 | 0.69 |
| Hex | 95 | A8 | CB | 1B | 11 | 0 | 14 | DB | 22 | 45 |
| Octal | 225 | 250 | 313 | 33 | 21 | 0 | 24 | 333 | 42 | 105 |
| Binary | 10010101 | 10101000 | 11001011 | 11011 | 10001 | 0 | 10100 | 11011011 | 100010 | 1000101 |
Color Harmonies of #95A8CB
Complementary color
Monochromatic Colors of #95A8CB
Black with #95A8CB
Text Example
Text Example
White with #95A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A8CB; }
p { color: rgb(149,168,203); }
H1.HeaderClassName
{
color: #95A8CB;
}
.AnyTagClassName
{
color: #95A8CB;
}
</style>
background-color css
<style>
a { background-color: #95A8CB; }
a { background-color: rgb(149,168,203); }
div.DivClassName
{
background-color: #95A8CB;
}
.BgClassName
{
background-color: #95A8CB;
}
</style>
border-color css
<style>
span { border-color: #95A8CB; }
span { border-color: rgb(149,168,203); }
td.TdClassName
{
border-color: #95A8CB;
}
.TagClassName
{
border-color: #95A8CB;
}
</style>