Shades of Polo Blue #95ADDB
Tints of Polo Blue #95ADDB
RGB
CMYK
RGB Variations
Color information
#95ADDB (or 0x95ADDB) is known color: Polo Blue. HEX triplet: 95, AD and DB. RGB value is (149,173,219). Sum of RGB (Red+Green+Blue) = 149+173+219=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #95ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADDB is #6A5224. Grayscale: #AAAAAA. Windows color (decimal): -6967845 or 14396821. OLE color: 14396821.
HSL color Cylindrical-coordinate representation of color #95ADDB: hue angle of 219.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95ADDB is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 173 | 219 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.14 |
| HSL | 219.43º | 0.49% | 0.72% | - |
| HSV(B) | 219.43º | 0.32% | 0.86% | - |
| XYZ | 40.12 | 41.39 | 72.89 | - |
| YUV | 171.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 219 | 0.32 | 0.21 | 0 | 0.14 | 219.43 | 0.49 | 0.72 |
| Hex | 95 | AD | DB | 20 | 15 | 0 | E | DB | 31 | 48 |
| Octal | 225 | 255 | 333 | 40 | 25 | 0 | 16 | 333 | 61 | 110 |
| Binary | 10010101 | 10101101 | 11011011 | 100000 | 10101 | 0 | 1110 | 11011011 | 110001 | 1001000 |
Color Harmonies of #95ADDB
Complementary color
Monochromatic Colors of #95ADDB
Black with #95ADDB
Text Example
Text Example
White with #95ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ADDB; }
p { color: rgb(149,173,219); }
H1.HeaderClassName
{
color: #95ADDB;
}
.AnyTagClassName
{
color: #95ADDB;
}
</style>
background-color css
<style>
a { background-color: #95ADDB; }
a { background-color: rgb(149,173,219); }
div.DivClassName
{
background-color: #95ADDB;
}
.BgClassName
{
background-color: #95ADDB;
}
</style>
border-color css
<style>
span { border-color: #95ADDB; }
span { border-color: rgb(149,173,219); }
td.TdClassName
{
border-color: #95ADDB;
}
.TagClassName
{
border-color: #95ADDB;
}
</style>