Shades of Polo Blue #95B4D7
Tints of Polo Blue #95B4D7
RGB
CMYK
RGB Variations
Color information
#95B4D7 (or 0x95B4D7) is known color: Polo Blue. HEX triplet: 95, B4 and D7. RGB value is (149,180,215). Sum of RGB (Red+Green+Blue) = 149+180+215=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #95B4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B4D7 is #6A4B28. Grayscale: #AEAEAE. Windows color (decimal): -6966057 or 14136469. OLE color: 14136469.
HSL color Cylindrical-coordinate representation of color #95B4D7: hue angle of 211.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95B4D7 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 180 | 215 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.16 |
| HSL | 211.82º | 0.45% | 0.71% | - |
| HSV(B) | 211.82º | 0.31% | 0.84% | - |
| XYZ | 40.98 | 43.94 | 70.61 | - |
| YUV | 174.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 180 | 215 | 0.31 | 0.16 | 0 | 0.16 | 211.82 | 0.45 | 0.71 |
| Hex | 95 | B4 | D7 | 1F | 10 | 0 | 10 | D4 | 2D | 47 |
| Octal | 225 | 264 | 327 | 37 | 20 | 0 | 20 | 324 | 55 | 107 |
| Binary | 10010101 | 10110100 | 11010111 | 11111 | 10000 | 0 | 10000 | 11010100 | 101101 | 1000111 |
Color Harmonies of #95B4D7
Complementary color
Monochromatic Colors of #95B4D7
Black with #95B4D7
Text Example
Text Example
White with #95B4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B4D7; }
p { color: rgb(149,180,215); }
H1.HeaderClassName
{
color: #95B4D7;
}
.AnyTagClassName
{
color: #95B4D7;
}
</style>
background-color css
<style>
a { background-color: #95B4D7; }
a { background-color: rgb(149,180,215); }
div.DivClassName
{
background-color: #95B4D7;
}
.BgClassName
{
background-color: #95B4D7;
}
</style>
border-color css
<style>
span { border-color: #95B4D7; }
span { border-color: rgb(149,180,215); }
td.TdClassName
{
border-color: #95B4D7;
}
.TagClassName
{
border-color: #95B4D7;
}
</style>