Shades of Polo Blue #95AED0
Tints of Polo Blue #95AED0
RGB
CMYK
RGB Variations
Color information
#95AED0 (or 0x95AED0) is known color: Polo Blue. HEX triplet: 95, AE and D0. RGB value is (149,174,208). Sum of RGB (Red+Green+Blue) = 149+174+208=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #95AED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AED0 is #6A512F. Grayscale: #AAAAAA. Windows color (decimal): -6967600 or 13676181. OLE color: 13676181.
HSL color Cylindrical-coordinate representation of color #95AED0: hue angle of 214.58º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95AED0 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 174 | 208 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.18 |
| HSL | 214.58º | 0.39% | 0.7% | - |
| HSV(B) | 214.58º | 0.28% | 0.82% | - |
| XYZ | 38.92 | 41.22 | 65.58 | - |
| YUV | 170.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 174 | 208 | 0.28 | 0.16 | 0 | 0.18 | 214.58 | 0.39 | 0.7 |
| Hex | 95 | AE | D0 | 1C | 10 | 0 | 12 | D7 | 27 | 46 |
| Octal | 225 | 256 | 320 | 34 | 20 | 0 | 22 | 327 | 47 | 106 |
| Binary | 10010101 | 10101110 | 11010000 | 11100 | 10000 | 0 | 10010 | 11010111 | 100111 | 1000110 |
Color Harmonies of #95AED0
Complementary color
Monochromatic Colors of #95AED0
Black with #95AED0
Text Example
Text Example
White with #95AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AED0; }
p { color: rgb(149,174,208); }
H1.HeaderClassName
{
color: #95AED0;
}
.AnyTagClassName
{
color: #95AED0;
}
</style>
background-color css
<style>
a { background-color: #95AED0; }
a { background-color: rgb(149,174,208); }
div.DivClassName
{
background-color: #95AED0;
}
.BgClassName
{
background-color: #95AED0;
}
</style>
border-color css
<style>
span { border-color: #95AED0; }
span { border-color: rgb(149,174,208); }
td.TdClassName
{
border-color: #95AED0;
}
.TagClassName
{
border-color: #95AED0;
}
</style>