Shades of Polo Blue #95A8D3
Tints of Polo Blue #95A8D3
RGB
CMYK
RGB Variations
Color information
#95A8D3 (or 0x95A8D3) is known color: Polo Blue. HEX triplet: 95, A8 and D3. RGB value is (149,168,211). Sum of RGB (Red+Green+Blue) = 149+168+211=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 211 - color contains mainly: blue. Hex color #95A8D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A8D3 is #6A572C. Grayscale: #A7A7A7. Windows color (decimal): -6969133 or 13871253. OLE color: 13871253.
HSL color Cylindrical-coordinate representation of color #95A8D3: hue angle of 221.61º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95A8D3 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 168 | 211 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.17 |
| HSL | 221.61º | 0.41% | 0.71% | - |
| HSV(B) | 221.61º | 0.29% | 0.83% | - |
| XYZ | 38.15 | 39.1 | 67.16 | - |
| YUV | 167.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 211 | 0.29 | 0.20 | 0 | 0.17 | 221.61 | 0.41 | 0.71 |
| Hex | 95 | A8 | D3 | 1D | 14 | 0 | 11 | DE | 29 | 47 |
| Octal | 225 | 250 | 323 | 35 | 24 | 0 | 21 | 336 | 51 | 107 |
| Binary | 10010101 | 10101000 | 11010011 | 11101 | 10100 | 0 | 10001 | 11011110 | 101001 | 1000111 |
Color Harmonies of #95A8D3
Complementary color
Monochromatic Colors of #95A8D3
Black with #95A8D3
Text Example
Text Example
White with #95A8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A8D3; }
p { color: rgb(149,168,211); }
H1.HeaderClassName
{
color: #95A8D3;
}
.AnyTagClassName
{
color: #95A8D3;
}
</style>
background-color css
<style>
a { background-color: #95A8D3; }
a { background-color: rgb(149,168,211); }
div.DivClassName
{
background-color: #95A8D3;
}
.BgClassName
{
background-color: #95A8D3;
}
</style>
border-color css
<style>
span { border-color: #95A8D3; }
span { border-color: rgb(149,168,211); }
td.TdClassName
{
border-color: #95A8D3;
}
.TagClassName
{
border-color: #95A8D3;
}
</style>