Shades of Polo Blue #95B4CB
Tints of Polo Blue #95B4CB
RGB
CMYK
RGB Variations
Color information
#95B4CB (or 0x95B4CB) is known color: Polo Blue. HEX triplet: 95, B4 and CB. RGB value is (149,180,203). Sum of RGB (Red+Green+Blue) = 149+180+203=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #95B4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B4CB is #6A4B34. Grayscale: #ADADAD. Windows color (decimal): -6966069 or 13350037. OLE color: 13350037.
HSL color Cylindrical-coordinate representation of color #95B4CB: hue angle of 205.56º 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 #95B4CB is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 180 | 203 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.20 |
| HSL | 205.56º | 0.34% | 0.69% | - |
| HSV(B) | 205.56º | 0.27% | 0.8% | - |
| XYZ | 39.5 | 43.34 | 62.78 | - |
| YUV | 173.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 180 | 203 | 0.27 | 0.11 | 0 | 0.20 | 205.56 | 0.34 | 0.69 |
| Hex | 95 | B4 | CB | 1B | B | 0 | 14 | CE | 22 | 45 |
| Octal | 225 | 264 | 313 | 33 | 13 | 0 | 24 | 316 | 42 | 105 |
| Binary | 10010101 | 10110100 | 11001011 | 11011 | 1011 | 0 | 10100 | 11001110 | 100010 | 1000101 |
Color Harmonies of #95B4CB
Complementary color
Monochromatic Colors of #95B4CB
Black with #95B4CB
Text Example
Text Example
White with #95B4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B4CB; }
p { color: rgb(149,180,203); }
H1.HeaderClassName
{
color: #95B4CB;
}
.AnyTagClassName
{
color: #95B4CB;
}
</style>
background-color css
<style>
a { background-color: #95B4CB; }
a { background-color: rgb(149,180,203); }
div.DivClassName
{
background-color: #95B4CB;
}
.BgClassName
{
background-color: #95B4CB;
}
</style>
border-color css
<style>
span { border-color: #95B4CB; }
span { border-color: rgb(149,180,203); }
td.TdClassName
{
border-color: #95B4CB;
}
.TagClassName
{
border-color: #95B4CB;
}
</style>