Shades of Glacier #78A6B9
Tints of Glacier #78A6B9
RGB
CMYK
RGB Variations
Color information
#78A6B9 (or 0x78A6B9) is known color: Glacier. HEX triplet: 78, A6 and B9. RGB value is (120,166,185). Sum of RGB (Red+Green+Blue) = 120+166+185=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: blue. Hex color #78A6B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6B9 is #875946. Grayscale: #9A9A9A. Windows color (decimal): -8870215 or 12166776. OLE color: 12166776.
HSL color Cylindrical-coordinate representation of color #78A6B9: hue angle of 197.54º 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 #78A6B9 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 166 | 185 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.27 |
| HSL | 197.54º | 0.32% | 0.6% | - |
| HSV(B) | 197.54º | 0.35% | 0.73% | - |
| XYZ | 30.14 | 34.77 | 51.02 | - |
| YUV | 154.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 185 | 0.35 | 0.10 | 0 | 0.27 | 197.54 | 0.32 | 0.6 |
| Hex | 78 | A6 | B9 | 23 | A | 0 | 1B | C6 | 20 | 3C |
| Octal | 170 | 246 | 271 | 43 | 12 | 0 | 33 | 306 | 40 | 74 |
| Binary | 1111000 | 10100110 | 10111001 | 100011 | 1010 | 0 | 11011 | 11000110 | 100000 | 111100 |
Color Harmonies of #78A6B9
Complementary color
Monochromatic Colors of #78A6B9
Black with #78A6B9
Text Example
Text Example
White with #78A6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A6B9; }
p { color: rgb(120,166,185); }
H1.HeaderClassName
{
color: #78A6B9;
}
.AnyTagClassName
{
color: #78A6B9;
}
</style>
background-color css
<style>
a { background-color: #78A6B9; }
a { background-color: rgb(120,166,185); }
div.DivClassName
{
background-color: #78A6B9;
}
.BgClassName
{
background-color: #78A6B9;
}
</style>
border-color css
<style>
span { border-color: #78A6B9; }
span { border-color: rgb(120,166,185); }
td.TdClassName
{
border-color: #78A6B9;
}
.TagClassName
{
border-color: #78A6B9;
}
</style>