Shades of Polo Blue #95B1DE
Tints of Polo Blue #95B1DE
RGB
CMYK
RGB Variations
Color information
#95B1DE (or 0x95B1DE) is known color: Polo Blue. HEX triplet: 95, B1 and DE. RGB value is (149,177,222). Sum of RGB (Red+Green+Blue) = 149+177+222=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #95B1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B1DE is #6A4E21. Grayscale: #ADADAD. Windows color (decimal): -6966818 or 14594453. OLE color: 14594453.
HSL color Cylindrical-coordinate representation of color #95B1DE: hue angle of 216.99º degrees, saturation: 0.53, 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 #95B1DE is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 177 | 222 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.13 |
| HSL | 216.99º | 0.53% | 0.73% | - |
| HSV(B) | 216.99º | 0.33% | 0.87% | - |
| XYZ | 41.3 | 43.11 | 75.25 | - |
| YUV | 173.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 177 | 222 | 0.33 | 0.20 | 0 | 0.13 | 216.99 | 0.53 | 0.73 |
| Hex | 95 | B1 | DE | 21 | 14 | 0 | D | D9 | 35 | 49 |
| Octal | 225 | 261 | 336 | 41 | 24 | 0 | 15 | 331 | 65 | 111 |
| Binary | 10010101 | 10110001 | 11011110 | 100001 | 10100 | 0 | 1101 | 11011001 | 110101 | 1001001 |
Color Harmonies of #95B1DE
Complementary color
Monochromatic Colors of #95B1DE
Black with #95B1DE
Text Example
Text Example
White with #95B1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B1DE; }
p { color: rgb(149,177,222); }
H1.HeaderClassName
{
color: #95B1DE;
}
.AnyTagClassName
{
color: #95B1DE;
}
</style>
background-color css
<style>
a { background-color: #95B1DE; }
a { background-color: rgb(149,177,222); }
div.DivClassName
{
background-color: #95B1DE;
}
.BgClassName
{
background-color: #95B1DE;
}
</style>
border-color css
<style>
span { border-color: #95B1DE; }
span { border-color: rgb(149,177,222); }
td.TdClassName
{
border-color: #95B1DE;
}
.TagClassName
{
border-color: #95B1DE;
}
</style>