Shades of Glacier #78A5BA
Tints of Glacier #78A5BA
RGB
CMYK
RGB Variations
Color information
#78A5BA (or 0x78A5BA) is known color: Glacier. HEX triplet: 78, A5 and BA. RGB value is (120,165,186). Sum of RGB (Red+Green+Blue) = 120+165+186=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #78A5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A5BA is #875A45. Grayscale: #999999. Windows color (decimal): -8870470 or 12232056. OLE color: 12232056.
HSL color Cylindrical-coordinate representation of color #78A5BA: hue angle of 199.09º 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 #78A5BA is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 165 | 186 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.27 |
| HSL | 199.09º | 0.32% | 0.6% | - |
| HSV(B) | 199.09º | 0.35% | 0.73% | - |
| XYZ | 30.06 | 34.45 | 51.52 | - |
| YUV | 153.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 165 | 186 | 0.35 | 0.11 | 0 | 0.27 | 199.09 | 0.32 | 0.6 |
| Hex | 78 | A5 | BA | 23 | B | 0 | 1B | C7 | 20 | 3C |
| Octal | 170 | 245 | 272 | 43 | 13 | 0 | 33 | 307 | 40 | 74 |
| Binary | 1111000 | 10100101 | 10111010 | 100011 | 1011 | 0 | 11011 | 11000111 | 100000 | 111100 |
Color Harmonies of #78A5BA
Complementary color
Monochromatic Colors of #78A5BA
Black with #78A5BA
Text Example
Text Example
White with #78A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A5BA; }
p { color: rgb(120,165,186); }
H1.HeaderClassName
{
color: #78A5BA;
}
.AnyTagClassName
{
color: #78A5BA;
}
</style>
background-color css
<style>
a { background-color: #78A5BA; }
a { background-color: rgb(120,165,186); }
div.DivClassName
{
background-color: #78A5BA;
}
.BgClassName
{
background-color: #78A5BA;
}
</style>
border-color css
<style>
span { border-color: #78A5BA; }
span { border-color: rgb(120,165,186); }
td.TdClassName
{
border-color: #78A5BA;
}
.TagClassName
{
border-color: #78A5BA;
}
</style>