Shades of Glacier #78A8BA
Tints of Glacier #78A8BA
RGB
CMYK
RGB Variations
Color information
#78A8BA (or 0x78A8BA) is known color: Glacier. HEX triplet: 78, A8 and BA. RGB value is (120,168,186). Sum of RGB (Red+Green+Blue) = 120+168+186=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #78A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8BA is #875745. Grayscale: #9B9B9B. Windows color (decimal): -8869702 or 12232824. OLE color: 12232824.
HSL color Cylindrical-coordinate representation of color #78A8BA: hue angle of 196.36º 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 #78A8BA is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 120 | 168 | 186 | - |
CMYK | 0.35 | 0.10 | 0 | 0.27 |
HSL | 196.36º | 0.32% | 0.6% | - |
HSV(B) | 196.36º | 0.35% | 0.73% | - |
XYZ | 30.61 | 35.54 | 51.7 | - |
YUV | 155.7 | 145.1 | 102.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 168 | 186 | 0.35 | 0.10 | 0 | 0.27 | 196.36 | 0.32 | 0.6 |
Hex | 78 | A8 | BA | 23 | A | 0 | 1B | C4 | 20 | 3C |
Octal | 170 | 250 | 272 | 43 | 12 | 0 | 33 | 304 | 40 | 74 |
Binary | 1111000 | 10101000 | 10111010 | 100011 | 1010 | 0 | 11011 | 11000100 | 100000 | 111100 |
Color Harmonies of #78A8BA
Complementary color
Monochromatic Colors of #78A8BA
Black with #78A8BA
Text Example
Text Example
White with #78A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8BA; }
p { color: rgb(120,168,186); }
H1.HeaderClassName
{
color: #78A8BA;
}
.AnyTagClassName
{
color: #78A8BA;
}
</style>
background-color css
<style>
a { background-color: #78A8BA; }
a { background-color: rgb(120,168,186); }
div.DivClassName
{
background-color: #78A8BA;
}
.BgClassName
{
background-color: #78A8BA;
}
</style>
border-color css
<style>
span { border-color: #78A8BA; }
span { border-color: rgb(120,168,186); }
td.TdClassName
{
border-color: #78A8BA;
}
.TagClassName
{
border-color: #78A8BA;
}
</style>