Shades of Glacier #78A3C2
Tints of Glacier #78A3C2
RGB
CMYK
RGB Variations
Color information
#78A3C2 (or 0x78A3C2) is known color: Glacier. HEX triplet: 78, A3 and C2. RGB value is (120,163,194). Sum of RGB (Red+Green+Blue) = 120+163+194=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 194 - color contains mainly: blue. Hex color #78A3C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A3C2 is #875C3D. Grayscale: #999999. Windows color (decimal): -8870974 or 12755832. OLE color: 12755832.
HSL color Cylindrical-coordinate representation of color #78A3C2: hue angle of 205.14º 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 #78A3C2 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 163 | 194 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.24 |
| HSL | 205.14º | 0.38% | 0.62% | - |
| HSV(B) | 205.14º | 0.38% | 0.76% | - |
| XYZ | 30.58 | 34.08 | 56.01 | - |
| YUV | 153.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 194 | 0.38 | 0.16 | 0 | 0.24 | 205.14 | 0.38 | 0.62 |
| Hex | 78 | A3 | C2 | 26 | 10 | 0 | 18 | CD | 26 | 3E |
| Octal | 170 | 243 | 302 | 46 | 20 | 0 | 30 | 315 | 46 | 76 |
| Binary | 1111000 | 10100011 | 11000010 | 100110 | 10000 | 0 | 11000 | 11001101 | 100110 | 111110 |
Color Harmonies of #78A3C2
Complementary color
Monochromatic Colors of #78A3C2
Black with #78A3C2
Text Example
Text Example
White with #78A3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A3C2; }
p { color: rgb(120,163,194); }
H1.HeaderClassName
{
color: #78A3C2;
}
.AnyTagClassName
{
color: #78A3C2;
}
</style>
background-color css
<style>
a { background-color: #78A3C2; }
a { background-color: rgb(120,163,194); }
div.DivClassName
{
background-color: #78A3C2;
}
.BgClassName
{
background-color: #78A3C2;
}
</style>
border-color css
<style>
span { border-color: #78A3C2; }
span { border-color: rgb(120,163,194); }
td.TdClassName
{
border-color: #78A3C2;
}
.TagClassName
{
border-color: #78A3C2;
}
</style>