Shades of Polo Blue #78A6CB
Tints of Polo Blue #78A6CB
RGB
CMYK
RGB Variations
Color information
#78A6CB (or 0x78A6CB) is known color: Polo Blue. HEX triplet: 78, A6 and CB. RGB value is (120,166,203). Sum of RGB (Red+Green+Blue) = 120+166+203=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #78A6CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6CB is #875934. Grayscale: #9C9C9C. Windows color (decimal): -8870197 or 13346424. OLE color: 13346424.
HSL color Cylindrical-coordinate representation of color #78A6CB: hue angle of 206.75º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78A6CB is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 166 | 203 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.20 |
| HSL | 206.75º | 0.44% | 0.63% | - |
| HSV(B) | 206.75º | 0.41% | 0.8% | - |
| XYZ | 32.16 | 35.58 | 61.67 | - |
| YUV | 156.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 203 | 0.41 | 0.18 | 0 | 0.20 | 206.75 | 0.44 | 0.63 |
| Hex | 78 | A6 | CB | 29 | 12 | 0 | 14 | CF | 2C | 3F |
| Octal | 170 | 246 | 313 | 51 | 22 | 0 | 24 | 317 | 54 | 77 |
| Binary | 1111000 | 10100110 | 11001011 | 101001 | 10010 | 0 | 10100 | 11001111 | 101100 | 111111 |
Color Harmonies of #78A6CB
Complementary color
Monochromatic Colors of #78A6CB
Black with #78A6CB
Text Example
Text Example
White with #78A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A6CB; }
p { color: rgb(120,166,203); }
H1.HeaderClassName
{
color: #78A6CB;
}
.AnyTagClassName
{
color: #78A6CB;
}
</style>
background-color css
<style>
a { background-color: #78A6CB; }
a { background-color: rgb(120,166,203); }
div.DivClassName
{
background-color: #78A6CB;
}
.BgClassName
{
background-color: #78A6CB;
}
</style>
border-color css
<style>
span { border-color: #78A6CB; }
span { border-color: rgb(120,166,203); }
td.TdClassName
{
border-color: #78A6CB;
}
.TagClassName
{
border-color: #78A6CB;
}
</style>