Shades of Polo Blue #95B8DD
Tints of Polo Blue #95B8DD
RGB
CMYK
RGB Variations
Color information
#95B8DD (or 0x95B8DD) is known color: Polo Blue. HEX triplet: 95, B8 and DD. RGB value is (149,184,221). Sum of RGB (Red+Green+Blue) = 149+184+221=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #95B8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B8DD is #6A4722. Grayscale: #B1B1B1. Windows color (decimal): -6965027 or 14530709. OLE color: 14530709.
HSL color Cylindrical-coordinate representation of color #95B8DD: hue angle of 210.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95B8DD is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 184 | 221 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.13 |
| HSL | 210.83º | 0.51% | 0.73% | - |
| HSV(B) | 210.83º | 0.33% | 0.87% | - |
| XYZ | 42.59 | 45.89 | 75.02 | - |
| YUV | 177.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 184 | 221 | 0.33 | 0.17 | 0 | 0.13 | 210.83 | 0.51 | 0.73 |
| Hex | 95 | B8 | DD | 21 | 11 | 0 | D | D3 | 33 | 49 |
| Octal | 225 | 270 | 335 | 41 | 21 | 0 | 15 | 323 | 63 | 111 |
| Binary | 10010101 | 10111000 | 11011101 | 100001 | 10001 | 0 | 1101 | 11010011 | 110011 | 1001001 |
Color Harmonies of #95B8DD
Complementary color
Monochromatic Colors of #95B8DD
Black with #95B8DD
Text Example
Text Example
White with #95B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B8DD; }
p { color: rgb(149,184,221); }
H1.HeaderClassName
{
color: #95B8DD;
}
.AnyTagClassName
{
color: #95B8DD;
}
</style>
background-color css
<style>
a { background-color: #95B8DD; }
a { background-color: rgb(149,184,221); }
div.DivClassName
{
background-color: #95B8DD;
}
.BgClassName
{
background-color: #95B8DD;
}
</style>
border-color css
<style>
span { border-color: #95B8DD; }
span { border-color: rgb(149,184,221); }
td.TdClassName
{
border-color: #95B8DD;
}
.TagClassName
{
border-color: #95B8DD;
}
</style>