Shades of Polo Blue #95A6CA
Tints of Polo Blue #95A6CA
RGB
CMYK
RGB Variations
Color information
#95A6CA (or 0x95A6CA) is known color: Polo Blue. HEX triplet: 95, A6 and CA. RGB value is (149,166,202). Sum of RGB (Red+Green+Blue) = 149+166+202=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #95A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A6CA is #6A5935. Grayscale: #A4A4A4. Windows color (decimal): -6969654 or 13280917. OLE color: 13280917.
HSL color Cylindrical-coordinate representation of color #95A6CA: hue angle of 220.75º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95A6CA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 166 | 202 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.21 |
| HSL | 220.75º | 0.33% | 0.69% | - |
| HSV(B) | 220.75º | 0.26% | 0.79% | - |
| XYZ | 36.69 | 37.93 | 61.26 | - |
| YUV | 165.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 166 | 202 | 0.26 | 0.18 | 0 | 0.21 | 220.75 | 0.33 | 0.69 |
| Hex | 95 | A6 | CA | 1A | 12 | 0 | 15 | DD | 21 | 45 |
| Octal | 225 | 246 | 312 | 32 | 22 | 0 | 25 | 335 | 41 | 105 |
| Binary | 10010101 | 10100110 | 11001010 | 11010 | 10010 | 0 | 10101 | 11011101 | 100001 | 1000101 |
Color Harmonies of #95A6CA
Complementary color
Monochromatic Colors of #95A6CA
Black with #95A6CA
Text Example
Text Example
White with #95A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A6CA; }
p { color: rgb(149,166,202); }
H1.HeaderClassName
{
color: #95A6CA;
}
.AnyTagClassName
{
color: #95A6CA;
}
</style>
background-color css
<style>
a { background-color: #95A6CA; }
a { background-color: rgb(149,166,202); }
div.DivClassName
{
background-color: #95A6CA;
}
.BgClassName
{
background-color: #95A6CA;
}
</style>
border-color css
<style>
span { border-color: #95A6CA; }
span { border-color: rgb(149,166,202); }
td.TdClassName
{
border-color: #95A6CA;
}
.TagClassName
{
border-color: #95A6CA;
}
</style>