Shades of Glacier #78B0C1
Tints of Glacier #78B0C1
RGB
CMYK
RGB Variations
Color information
#78B0C1 (or 0x78B0C1) is known color: Glacier. HEX triplet: 78, B0 and C1. RGB value is (120,176,193). Sum of RGB (Red+Green+Blue) = 120+176+193=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #78B0C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B0C1 is #874F3E. Grayscale: #A1A1A1. Windows color (decimal): -8867647 or 12693624. OLE color: 12693624.
HSL color Cylindrical-coordinate representation of color #78B0C1: hue angle of 193.97º 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 #78B0C1 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 176 | 193 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.24 |
| HSL | 193.97º | 0.37% | 0.61% | - |
| HSV(B) | 193.97º | 0.38% | 0.76% | - |
| XYZ | 32.9 | 38.89 | 56.23 | - |
| YUV | 161.19 | 145.95 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 193 | 0.38 | 0.09 | 0 | 0.24 | 193.97 | 0.37 | 0.61 |
| Hex | 78 | B0 | C1 | 26 | 9 | 0 | 18 | C2 | 25 | 3D |
| Octal | 170 | 260 | 301 | 46 | 11 | 0 | 30 | 302 | 45 | 75 |
| Binary | 1111000 | 10110000 | 11000001 | 100110 | 1001 | 0 | 11000 | 11000010 | 100101 | 111101 |
Color Harmonies of #78B0C1
Complementary color
Monochromatic Colors of #78B0C1
Black with #78B0C1
Text Example
Text Example
White with #78B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B0C1; }
p { color: rgb(120,176,193); }
H1.HeaderClassName
{
color: #78B0C1;
}
.AnyTagClassName
{
color: #78B0C1;
}
</style>
background-color css
<style>
a { background-color: #78B0C1; }
a { background-color: rgb(120,176,193); }
div.DivClassName
{
background-color: #78B0C1;
}
.BgClassName
{
background-color: #78B0C1;
}
</style>
border-color css
<style>
span { border-color: #78B0C1; }
span { border-color: rgb(120,176,193); }
td.TdClassName
{
border-color: #78B0C1;
}
.TagClassName
{
border-color: #78B0C1;
}
</style>