Shades of Glacier #78BAC1
Tints of Glacier #78BAC1
RGB
CMYK
RGB Variations
Color information
#78BAC1 (or 0x78BAC1) is known color: Glacier. HEX triplet: 78, BA and C1. RGB value is (120,186,193). Sum of RGB (Red+Green+Blue) = 120+186+193=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #78BAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BAC1 is #87453E. Grayscale: #A6A6A6. Windows color (decimal): -8865087 or 12696184. OLE color: 12696184.
HSL color Cylindrical-coordinate representation of color #78BAC1: hue angle of 185.75º 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 #78BAC1 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 186 | 193 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.24 |
| HSL | 185.75º | 0.37% | 0.61% | - |
| HSV(B) | 185.75º | 0.38% | 0.76% | - |
| XYZ | 34.93 | 42.96 | 56.9 | - |
| YUV | 167.06 | 142.63 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 193 | 0.38 | 0.04 | 0 | 0.24 | 185.75 | 0.37 | 0.61 |
| Hex | 78 | BA | C1 | 26 | 4 | 0 | 18 | BA | 25 | 3D |
| Octal | 170 | 272 | 301 | 46 | 4 | 0 | 30 | 272 | 45 | 75 |
| Binary | 1111000 | 10111010 | 11000001 | 100110 | 100 | 0 | 11000 | 10111010 | 100101 | 111101 |
Color Harmonies of #78BAC1
Complementary color
Monochromatic Colors of #78BAC1
Black with #78BAC1
Text Example
Text Example
White with #78BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BAC1; }
p { color: rgb(120,186,193); }
H1.HeaderClassName
{
color: #78BAC1;
}
.AnyTagClassName
{
color: #78BAC1;
}
</style>
background-color css
<style>
a { background-color: #78BAC1; }
a { background-color: rgb(120,186,193); }
div.DivClassName
{
background-color: #78BAC1;
}
.BgClassName
{
background-color: #78BAC1;
}
</style>
border-color css
<style>
span { border-color: #78BAC1; }
span { border-color: rgb(120,186,193); }
td.TdClassName
{
border-color: #78BAC1;
}
.TagClassName
{
border-color: #78BAC1;
}
</style>