Shades of Glacier #78A3BF
Tints of Glacier #78A3BF
RGB
CMYK
RGB Variations
Color information
#78A3BF (or 0x78A3BF) is known color: Glacier. HEX triplet: 78, A3 and BF. RGB value is (120,163,191). Sum of RGB (Red+Green+Blue) = 120+163+191=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #78A3BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A3BF is #875C40. Grayscale: #999999. Windows color (decimal): -8870977 or 12559224. OLE color: 12559224.
HSL color Cylindrical-coordinate representation of color #78A3BF: hue angle of 203.66º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78A3BF is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 163 | 191 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.25 |
| HSL | 203.66º | 0.36% | 0.61% | - |
| HSV(B) | 203.66º | 0.37% | 0.75% | - |
| XYZ | 30.25 | 33.95 | 54.25 | - |
| YUV | 153.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 191 | 0.37 | 0.15 | 0 | 0.25 | 203.66 | 0.36 | 0.61 |
| Hex | 78 | A3 | BF | 25 | F | 0 | 19 | CC | 24 | 3D |
| Octal | 170 | 243 | 277 | 45 | 17 | 0 | 31 | 314 | 44 | 75 |
| Binary | 1111000 | 10100011 | 10111111 | 100101 | 1111 | 0 | 11001 | 11001100 | 100100 | 111101 |
Color Harmonies of #78A3BF
Complementary color
Monochromatic Colors of #78A3BF
Black with #78A3BF
Text Example
Text Example
White with #78A3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A3BF; }
p { color: rgb(120,163,191); }
H1.HeaderClassName
{
color: #78A3BF;
}
.AnyTagClassName
{
color: #78A3BF;
}
</style>
background-color css
<style>
a { background-color: #78A3BF; }
a { background-color: rgb(120,163,191); }
div.DivClassName
{
background-color: #78A3BF;
}
.BgClassName
{
background-color: #78A3BF;
}
</style>
border-color css
<style>
span { border-color: #78A3BF; }
span { border-color: rgb(120,163,191); }
td.TdClassName
{
border-color: #78A3BF;
}
.TagClassName
{
border-color: #78A3BF;
}
</style>