Shades of Glacier #78B2C7
Tints of Glacier #78B2C7
RGB
CMYK
RGB Variations
Color information
#78B2C7 (or 0x78B2C7) is known color: Glacier. HEX triplet: 78, B2 and C7. RGB value is (120,178,199). Sum of RGB (Red+Green+Blue) = 120+178+199=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 199 - color contains mainly: blue. Hex color #78B2C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B2C7 is #874D38. Grayscale: #A2A2A2. Windows color (decimal): -8867129 or 13087352. OLE color: 13087352.
HSL color Cylindrical-coordinate representation of color #78B2C7: hue angle of 195.95º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78B2C7 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 178 | 199 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.22 |
| HSL | 195.95º | 0.41% | 0.63% | - |
| HSV(B) | 195.95º | 0.4% | 0.78% | - |
| XYZ | 33.97 | 39.96 | 59.95 | - |
| YUV | 163.05 | 148.28 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 178 | 199 | 0.40 | 0.11 | 0 | 0.22 | 195.95 | 0.41 | 0.63 |
| Hex | 78 | B2 | C7 | 28 | B | 0 | 16 | C4 | 29 | 3F |
| Octal | 170 | 262 | 307 | 50 | 13 | 0 | 26 | 304 | 51 | 77 |
| Binary | 1111000 | 10110010 | 11000111 | 101000 | 1011 | 0 | 10110 | 11000100 | 101001 | 111111 |
Color Harmonies of #78B2C7
Complementary color
Monochromatic Colors of #78B2C7
Black with #78B2C7
Text Example
Text Example
White with #78B2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B2C7; }
p { color: rgb(120,178,199); }
H1.HeaderClassName
{
color: #78B2C7;
}
.AnyTagClassName
{
color: #78B2C7;
}
</style>
background-color css
<style>
a { background-color: #78B2C7; }
a { background-color: rgb(120,178,199); }
div.DivClassName
{
background-color: #78B2C7;
}
.BgClassName
{
background-color: #78B2C7;
}
</style>
border-color css
<style>
span { border-color: #78B2C7; }
span { border-color: rgb(120,178,199); }
td.TdClassName
{
border-color: #78B2C7;
}
.TagClassName
{
border-color: #78B2C7;
}
</style>