Shades of Glacier #78BCC2
Tints of Glacier #78BCC2
RGB
CMYK
RGB Variations
Color information
#78BCC2 (or 0x78BCC2) is known color: Glacier. HEX triplet: 78, BC and C2. RGB value is (120,188,194). Sum of RGB (Red+Green+Blue) = 120+188+194=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #78BCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCC2 is #87433D. Grayscale: #A8A8A8. Windows color (decimal): -8864574 or 12762232. OLE color: 12762232.
HSL color Cylindrical-coordinate representation of color #78BCC2: hue angle of 184.86º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78BCC2 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 188 | 194 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.24 |
| HSL | 184.86º | 0.38% | 0.62% | - |
| HSV(B) | 184.86º | 0.38% | 0.76% | - |
| XYZ | 35.47 | 43.85 | 57.63 | - |
| YUV | 168.35 | 142.47 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 194 | 0.38 | 0.03 | 0 | 0.24 | 184.86 | 0.38 | 0.62 |
| Hex | 78 | BC | C2 | 26 | 3 | 0 | 18 | B9 | 26 | 3E |
| Octal | 170 | 274 | 302 | 46 | 3 | 0 | 30 | 271 | 46 | 76 |
| Binary | 1111000 | 10111100 | 11000010 | 100110 | 11 | 0 | 11000 | 10111001 | 100110 | 111110 |
Color Harmonies of #78BCC2
Complementary color
Monochromatic Colors of #78BCC2
Black with #78BCC2
Text Example
Text Example
White with #78BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BCC2; }
p { color: rgb(120,188,194); }
H1.HeaderClassName
{
color: #78BCC2;
}
.AnyTagClassName
{
color: #78BCC2;
}
</style>
background-color css
<style>
a { background-color: #78BCC2; }
a { background-color: rgb(120,188,194); }
div.DivClassName
{
background-color: #78BCC2;
}
.BgClassName
{
background-color: #78BCC2;
}
</style>
border-color css
<style>
span { border-color: #78BCC2; }
span { border-color: rgb(120,188,194); }
td.TdClassName
{
border-color: #78BCC2;
}
.TagClassName
{
border-color: #78BCC2;
}
</style>