Shades of Polo Blue #95B2D5
Tints of Polo Blue #95B2D5
RGB
CMYK
RGB Variations
Color information
#95B2D5 (or 0x95B2D5) is known color: Polo Blue. HEX triplet: 95, B2 and D5. RGB value is (149,178,213). Sum of RGB (Red+Green+Blue) = 149+178+213=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 213 - color contains mainly: blue. Hex color #95B2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B2D5 is #6A4D2A. Grayscale: #ADADAD. Windows color (decimal): -6966571 or 14004885. OLE color: 14004885.
HSL color Cylindrical-coordinate representation of color #95B2D5: hue angle of 212.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95B2D5 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 178 | 213 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.16 |
| HSL | 212.81º | 0.43% | 0.71% | - |
| HSV(B) | 212.81º | 0.3% | 0.84% | - |
| XYZ | 40.33 | 43.03 | 69.13 | - |
| YUV | 173.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 178 | 213 | 0.30 | 0.16 | 0 | 0.16 | 212.81 | 0.43 | 0.71 |
| Hex | 95 | B2 | D5 | 1E | 10 | 0 | 10 | D5 | 2B | 47 |
| Octal | 225 | 262 | 325 | 36 | 20 | 0 | 20 | 325 | 53 | 107 |
| Binary | 10010101 | 10110010 | 11010101 | 11110 | 10000 | 0 | 10000 | 11010101 | 101011 | 1000111 |
Color Harmonies of #95B2D5
Complementary color
Monochromatic Colors of #95B2D5
Black with #95B2D5
Text Example
Text Example
White with #95B2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B2D5; }
p { color: rgb(149,178,213); }
H1.HeaderClassName
{
color: #95B2D5;
}
.AnyTagClassName
{
color: #95B2D5;
}
</style>
background-color css
<style>
a { background-color: #95B2D5; }
a { background-color: rgb(149,178,213); }
div.DivClassName
{
background-color: #95B2D5;
}
.BgClassName
{
background-color: #95B2D5;
}
</style>
border-color css
<style>
span { border-color: #95B2D5; }
span { border-color: rgb(149,178,213); }
td.TdClassName
{
border-color: #95B2D5;
}
.TagClassName
{
border-color: #95B2D5;
}
</style>