Shades of Glacier #78A6BA
Tints of Glacier #78A6BA
RGB
CMYK
RGB Variations
Color information
#78A6BA (or 0x78A6BA) is known color: Glacier. HEX triplet: 78, A6 and BA. RGB value is (120,166,186). Sum of RGB (Red+Green+Blue) = 120+166+186=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #78A6BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6BA is #875945. Grayscale: #9A9A9A. Windows color (decimal): -8870214 or 12232312. OLE color: 12232312.
HSL color Cylindrical-coordinate representation of color #78A6BA: hue angle of 198.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78A6BA is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 166 | 186 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.27 |
| HSL | 198.18º | 0.32% | 0.6% | - |
| HSV(B) | 198.18º | 0.35% | 0.73% | - |
| XYZ | 30.24 | 34.81 | 51.58 | - |
| YUV | 154.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 186 | 0.35 | 0.11 | 0 | 0.27 | 198.18 | 0.32 | 0.6 |
| Hex | 78 | A6 | BA | 23 | B | 0 | 1B | C6 | 20 | 3C |
| Octal | 170 | 246 | 272 | 43 | 13 | 0 | 33 | 306 | 40 | 74 |
| Binary | 1111000 | 10100110 | 10111010 | 100011 | 1011 | 0 | 11011 | 11000110 | 100000 | 111100 |
Color Harmonies of #78A6BA
Complementary color
Monochromatic Colors of #78A6BA
Black with #78A6BA
Text Example
Text Example
White with #78A6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A6BA; }
p { color: rgb(120,166,186); }
H1.HeaderClassName
{
color: #78A6BA;
}
.AnyTagClassName
{
color: #78A6BA;
}
</style>
background-color css
<style>
a { background-color: #78A6BA; }
a { background-color: rgb(120,166,186); }
div.DivClassName
{
background-color: #78A6BA;
}
.BgClassName
{
background-color: #78A6BA;
}
</style>
border-color css
<style>
span { border-color: #78A6BA; }
span { border-color: rgb(120,166,186); }
td.TdClassName
{
border-color: #78A6BA;
}
.TagClassName
{
border-color: #78A6BA;
}
</style>