Shades of Polo Blue #79A6CE
Tints of Polo Blue #79A6CE
RGB
CMYK
RGB Variations
Color information
#79A6CE (or 0x79A6CE) is known color: Polo Blue. HEX triplet: 79, A6 and CE. RGB value is (121,166,206). Sum of RGB (Red+Green+Blue) = 121+166+206=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #79A6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A6CE is #865931. Grayscale: #9C9C9C. Windows color (decimal): -8804658 or 13543033. OLE color: 13543033.
HSL color Cylindrical-coordinate representation of color #79A6CE: hue angle of 208.24º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79A6CE is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 166 | 206 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.19 |
| HSL | 208.24º | 0.46% | 0.64% | - |
| HSV(B) | 208.24º | 0.41% | 0.81% | - |
| XYZ | 32.66 | 35.79 | 63.58 | - |
| YUV | 157.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 166 | 206 | 0.41 | 0.19 | 0 | 0.19 | 208.24 | 0.46 | 0.64 |
| Hex | 79 | A6 | CE | 29 | 13 | 0 | 13 | D0 | 2E | 40 |
| Octal | 171 | 246 | 316 | 51 | 23 | 0 | 23 | 320 | 56 | 100 |
| Binary | 1111001 | 10100110 | 11001110 | 101001 | 10011 | 0 | 10011 | 11010000 | 101110 | 1000000 |
Color Harmonies of #79A6CE
Complementary color
Monochromatic Colors of #79A6CE
Black with #79A6CE
Text Example
Text Example
White with #79A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A6CE; }
p { color: rgb(121,166,206); }
H1.HeaderClassName
{
color: #79A6CE;
}
.AnyTagClassName
{
color: #79A6CE;
}
</style>
background-color css
<style>
a { background-color: #79A6CE; }
a { background-color: rgb(121,166,206); }
div.DivClassName
{
background-color: #79A6CE;
}
.BgClassName
{
background-color: #79A6CE;
}
</style>
border-color css
<style>
span { border-color: #79A6CE; }
span { border-color: rgb(121,166,206); }
td.TdClassName
{
border-color: #79A6CE;
}
.TagClassName
{
border-color: #79A6CE;
}
</style>