Shades of Polo Blue #95B7D1
Tints of Polo Blue #95B7D1
RGB
CMYK
RGB Variations
Color information
#95B7D1 (or 0x95B7D1) is known color: Polo Blue. HEX triplet: 95, B7 and D1. RGB value is (149,183,209). Sum of RGB (Red+Green+Blue) = 149+183+209=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #95B7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B7D1 is #6A482E. Grayscale: #AFAFAF. Windows color (decimal): -6965295 or 13744021. OLE color: 13744021.
HSL color Cylindrical-coordinate representation of color #95B7D1: hue angle of 206º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95B7D1 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 183 | 209 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.18 |
| HSL | 206º | 0.39% | 0.7% | - |
| HSV(B) | 206º | 0.29% | 0.82% | - |
| XYZ | 40.84 | 44.86 | 66.83 | - |
| YUV | 175.8 | 146.74 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 183 | 209 | 0.29 | 0.12 | 0 | 0.18 | 206 | 0.39 | 0.7 |
| Hex | 95 | B7 | D1 | 1D | C | 0 | 12 | CE | 27 | 46 |
| Octal | 225 | 267 | 321 | 35 | 14 | 0 | 22 | 316 | 47 | 106 |
| Binary | 10010101 | 10110111 | 11010001 | 11101 | 1100 | 0 | 10010 | 11001110 | 100111 | 1000110 |
Color Harmonies of #95B7D1
Complementary color
Monochromatic Colors of #95B7D1
Black with #95B7D1
Text Example
Text Example
White with #95B7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B7D1; }
p { color: rgb(149,183,209); }
H1.HeaderClassName
{
color: #95B7D1;
}
.AnyTagClassName
{
color: #95B7D1;
}
</style>
background-color css
<style>
a { background-color: #95B7D1; }
a { background-color: rgb(149,183,209); }
div.DivClassName
{
background-color: #95B7D1;
}
.BgClassName
{
background-color: #95B7D1;
}
</style>
border-color css
<style>
span { border-color: #95B7D1; }
span { border-color: rgb(149,183,209); }
td.TdClassName
{
border-color: #95B7D1;
}
.TagClassName
{
border-color: #95B7D1;
}
</style>