Shades of Glacier #78ADC1
Tints of Glacier #78ADC1
RGB
CMYK
RGB Variations
Color information
#78ADC1 (or 0x78ADC1) is known color: Glacier. HEX triplet: 78, AD and C1. RGB value is (120,173,193). Sum of RGB (Red+Green+Blue) = 120+173+193=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #78ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADC1 is #87523E. Grayscale: #9F9F9F. Windows color (decimal): -8868415 or 12692856. OLE color: 12692856.
HSL color Cylindrical-coordinate representation of color #78ADC1: hue angle of 196.44º 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 #78ADC1 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 173 | 193 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.24 |
| HSL | 196.44º | 0.37% | 0.61% | - |
| HSV(B) | 196.44º | 0.38% | 0.76% | - |
| XYZ | 32.31 | 37.73 | 56.03 | - |
| YUV | 159.43 | 146.94 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 193 | 0.38 | 0.10 | 0 | 0.24 | 196.44 | 0.37 | 0.61 |
| Hex | 78 | AD | C1 | 26 | A | 0 | 18 | C4 | 25 | 3D |
| Octal | 170 | 255 | 301 | 46 | 12 | 0 | 30 | 304 | 45 | 75 |
| Binary | 1111000 | 10101101 | 11000001 | 100110 | 1010 | 0 | 11000 | 11000100 | 100101 | 111101 |
Color Harmonies of #78ADC1
Complementary color
Monochromatic Colors of #78ADC1
Black with #78ADC1
Text Example
Text Example
White with #78ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADC1; }
p { color: rgb(120,173,193); }
H1.HeaderClassName
{
color: #78ADC1;
}
.AnyTagClassName
{
color: #78ADC1;
}
</style>
background-color css
<style>
a { background-color: #78ADC1; }
a { background-color: rgb(120,173,193); }
div.DivClassName
{
background-color: #78ADC1;
}
.BgClassName
{
background-color: #78ADC1;
}
</style>
border-color css
<style>
span { border-color: #78ADC1; }
span { border-color: rgb(120,173,193); }
td.TdClassName
{
border-color: #78ADC1;
}
.TagClassName
{
border-color: #78ADC1;
}
</style>