Shades of Glacier #78A6BD
Tints of Glacier #78A6BD
RGB
CMYK
RGB Variations
Color information
#78A6BD (or 0x78A6BD) is known color: Glacier. HEX triplet: 78, A6 and BD. RGB value is (120,166,189). Sum of RGB (Red+Green+Blue) = 120+166+189=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #78A6BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6BD is #875942. Grayscale: #9A9A9A. Windows color (decimal): -8870211 or 12428920. OLE color: 12428920.
HSL color Cylindrical-coordinate representation of color #78A6BD: hue angle of 200º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78A6BD is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 166 | 189 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.26 |
| HSL | 200º | 0.34% | 0.61% | - |
| HSV(B) | 200º | 0.37% | 0.74% | - |
| XYZ | 30.57 | 34.94 | 53.28 | - |
| YUV | 154.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 189 | 0.37 | 0.12 | 0 | 0.26 | 200 | 0.34 | 0.61 |
| Hex | 78 | A6 | BD | 25 | C | 0 | 1A | C8 | 22 | 3D |
| Octal | 170 | 246 | 275 | 45 | 14 | 0 | 32 | 310 | 42 | 75 |
| Binary | 1111000 | 10100110 | 10111101 | 100101 | 1100 | 0 | 11010 | 11001000 | 100010 | 111101 |
Color Harmonies of #78A6BD
Complementary color
Monochromatic Colors of #78A6BD
Black with #78A6BD
Text Example
Text Example
White with #78A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A6BD; }
p { color: rgb(120,166,189); }
H1.HeaderClassName
{
color: #78A6BD;
}
.AnyTagClassName
{
color: #78A6BD;
}
</style>
background-color css
<style>
a { background-color: #78A6BD; }
a { background-color: rgb(120,166,189); }
div.DivClassName
{
background-color: #78A6BD;
}
.BgClassName
{
background-color: #78A6BD;
}
</style>
border-color css
<style>
span { border-color: #78A6BD; }
span { border-color: rgb(120,166,189); }
td.TdClassName
{
border-color: #78A6BD;
}
.TagClassName
{
border-color: #78A6BD;
}
</style>