Shades of Glacier #78B9C4
Tints of Glacier #78B9C4
RGB
CMYK
RGB Variations
Color information
#78B9C4 (or 0x78B9C4) is known color: Glacier. HEX triplet: 78, B9 and C4. RGB value is (120,185,196). Sum of RGB (Red+Green+Blue) = 120+185+196=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #78B9C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B9C4 is #87463B. Grayscale: #A6A6A6. Windows color (decimal): -8865340 or 12892536. OLE color: 12892536.
HSL color Cylindrical-coordinate representation of color #78B9C4: hue angle of 188.68º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78B9C4 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 185 | 196 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.23 |
| HSL | 188.68º | 0.39% | 0.62% | - |
| HSV(B) | 188.68º | 0.39% | 0.77% | - |
| XYZ | 35.06 | 42.68 | 58.61 | - |
| YUV | 166.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 185 | 196 | 0.39 | 0.06 | 0 | 0.23 | 188.68 | 0.39 | 0.62 |
| Hex | 78 | B9 | C4 | 27 | 6 | 0 | 17 | BD | 27 | 3E |
| Octal | 170 | 271 | 304 | 47 | 6 | 0 | 27 | 275 | 47 | 76 |
| Binary | 1111000 | 10111001 | 11000100 | 100111 | 110 | 0 | 10111 | 10111101 | 100111 | 111110 |
Color Harmonies of #78B9C4
Complementary color
Monochromatic Colors of #78B9C4
Black with #78B9C4
Text Example
Text Example
White with #78B9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B9C4; }
p { color: rgb(120,185,196); }
H1.HeaderClassName
{
color: #78B9C4;
}
.AnyTagClassName
{
color: #78B9C4;
}
</style>
background-color css
<style>
a { background-color: #78B9C4; }
a { background-color: rgb(120,185,196); }
div.DivClassName
{
background-color: #78B9C4;
}
.BgClassName
{
background-color: #78B9C4;
}
</style>
border-color css
<style>
span { border-color: #78B9C4; }
span { border-color: rgb(120,185,196); }
td.TdClassName
{
border-color: #78B9C4;
}
.TagClassName
{
border-color: #78B9C4;
}
</style>