Shades of Glacier #78A2C1
Tints of Glacier #78A2C1
RGB
CMYK
RGB Variations
Color information
#78A2C1 (or 0x78A2C1) is known color: Glacier. HEX triplet: 78, A2 and C1. RGB value is (120,162,193). Sum of RGB (Red+Green+Blue) = 120+162+193=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #78A2C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A2C1 is #875D3E. Grayscale: #989898. Windows color (decimal): -8871231 or 12690040. OLE color: 12690040.
HSL color Cylindrical-coordinate representation of color #78A2C1: hue angle of 205.48º 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 #78A2C1 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 162 | 193 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.24 |
| HSL | 205.48º | 0.37% | 0.61% | - |
| HSV(B) | 205.48º | 0.38% | 0.76% | - |
| XYZ | 30.29 | 33.68 | 55.36 | - |
| YUV | 152.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 193 | 0.38 | 0.16 | 0 | 0.24 | 205.48 | 0.37 | 0.61 |
| Hex | 78 | A2 | C1 | 26 | 10 | 0 | 18 | CD | 25 | 3D |
| Octal | 170 | 242 | 301 | 46 | 20 | 0 | 30 | 315 | 45 | 75 |
| Binary | 1111000 | 10100010 | 11000001 | 100110 | 10000 | 0 | 11000 | 11001101 | 100101 | 111101 |
Color Harmonies of #78A2C1
Complementary color
Monochromatic Colors of #78A2C1
Black with #78A2C1
Text Example
Text Example
White with #78A2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A2C1; }
p { color: rgb(120,162,193); }
H1.HeaderClassName
{
color: #78A2C1;
}
.AnyTagClassName
{
color: #78A2C1;
}
</style>
background-color css
<style>
a { background-color: #78A2C1; }
a { background-color: rgb(120,162,193); }
div.DivClassName
{
background-color: #78A2C1;
}
.BgClassName
{
background-color: #78A2C1;
}
</style>
border-color css
<style>
span { border-color: #78A2C1; }
span { border-color: rgb(120,162,193); }
td.TdClassName
{
border-color: #78A2C1;
}
.TagClassName
{
border-color: #78A2C1;
}
</style>