Shades of Glacier #78B9C1
Tints of Glacier #78B9C1
RGB
CMYK
RGB Variations
Color information
#78B9C1 (or 0x78B9C1) is known color: Glacier. HEX triplet: 78, B9 and C1. RGB value is (120,185,193). Sum of RGB (Red+Green+Blue) = 120+185+193=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #78B9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B9C1 is #87463E. Grayscale: #A6A6A6. Windows color (decimal): -8865343 or 12695928. OLE color: 12695928.
HSL color Cylindrical-coordinate representation of color #78B9C1: hue angle of 186.58º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78B9C1 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 185 | 193 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.24 |
| HSL | 186.58º | 0.37% | 0.61% | - |
| HSV(B) | 186.58º | 0.38% | 0.76% | - |
| XYZ | 34.72 | 42.54 | 56.83 | - |
| YUV | 166.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 185 | 193 | 0.38 | 0.04 | 0 | 0.24 | 186.58 | 0.37 | 0.61 |
| Hex | 78 | B9 | C1 | 26 | 4 | 0 | 18 | BB | 25 | 3D |
| Octal | 170 | 271 | 301 | 46 | 4 | 0 | 30 | 273 | 45 | 75 |
| Binary | 1111000 | 10111001 | 11000001 | 100110 | 100 | 0 | 11000 | 10111011 | 100101 | 111101 |
Color Harmonies of #78B9C1
Complementary color
Monochromatic Colors of #78B9C1
Black with #78B9C1
Text Example
Text Example
White with #78B9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B9C1; }
p { color: rgb(120,185,193); }
H1.HeaderClassName
{
color: #78B9C1;
}
.AnyTagClassName
{
color: #78B9C1;
}
</style>
background-color css
<style>
a { background-color: #78B9C1; }
a { background-color: rgb(120,185,193); }
div.DivClassName
{
background-color: #78B9C1;
}
.BgClassName
{
background-color: #78B9C1;
}
</style>
border-color css
<style>
span { border-color: #78B9C1; }
span { border-color: rgb(120,185,193); }
td.TdClassName
{
border-color: #78B9C1;
}
.TagClassName
{
border-color: #78B9C1;
}
</style>