Shades of Polo Blue #95AFDD
Tints of Polo Blue #95AFDD
RGB
CMYK
RGB Variations
Color information
#95AFDD (or 0x95AFDD) is known color: Polo Blue. HEX triplet: 95, AF and DD. RGB value is (149,175,221). Sum of RGB (Red+Green+Blue) = 149+175+221=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #95AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFDD is #6A5022. Grayscale: #ACACAC. Windows color (decimal): -6967331 or 14528405. OLE color: 14528405.
HSL color Cylindrical-coordinate representation of color #95AFDD: hue angle of 218.33º 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 #95AFDD is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 175 | 221 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.13 |
| HSL | 218.33º | 0.51% | 0.73% | - |
| HSV(B) | 218.33º | 0.33% | 0.87% | - |
| XYZ | 40.78 | 42.27 | 74.42 | - |
| YUV | 172.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 175 | 221 | 0.33 | 0.21 | 0 | 0.13 | 218.33 | 0.51 | 0.73 |
| Hex | 95 | AF | DD | 21 | 15 | 0 | D | DA | 33 | 49 |
| Octal | 225 | 257 | 335 | 41 | 25 | 0 | 15 | 332 | 63 | 111 |
| Binary | 10010101 | 10101111 | 11011101 | 100001 | 10101 | 0 | 1101 | 11011010 | 110011 | 1001001 |
Color Harmonies of #95AFDD
Complementary color
Monochromatic Colors of #95AFDD
Black with #95AFDD
Text Example
Text Example
White with #95AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AFDD; }
p { color: rgb(149,175,221); }
H1.HeaderClassName
{
color: #95AFDD;
}
.AnyTagClassName
{
color: #95AFDD;
}
</style>
background-color css
<style>
a { background-color: #95AFDD; }
a { background-color: rgb(149,175,221); }
div.DivClassName
{
background-color: #95AFDD;
}
.BgClassName
{
background-color: #95AFDD;
}
</style>
border-color css
<style>
span { border-color: #95AFDD; }
span { border-color: rgb(149,175,221); }
td.TdClassName
{
border-color: #95AFDD;
}
.TagClassName
{
border-color: #95AFDD;
}
</style>