Shades of Glacier #78A3BD
Tints of Glacier #78A3BD
RGB
CMYK
RGB Variations
Color information
#78A3BD (or 0x78A3BD) is known color: Glacier. HEX triplet: 78, A3 and BD. RGB value is (120,163,189). Sum of RGB (Red+Green+Blue) = 120+163+189=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #78A3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A3BD is #875C42. Grayscale: #989898. Windows color (decimal): -8870979 or 12428152. OLE color: 12428152.
HSL color Cylindrical-coordinate representation of color #78A3BD: hue angle of 202.61º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78A3BD is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 163 | 189 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.26 |
| HSL | 202.61º | 0.34% | 0.61% | - |
| HSV(B) | 202.61º | 0.37% | 0.74% | - |
| XYZ | 30.03 | 33.86 | 53.1 | - |
| YUV | 153.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 189 | 0.37 | 0.14 | 0 | 0.26 | 202.61 | 0.34 | 0.61 |
| Hex | 78 | A3 | BD | 25 | E | 0 | 1A | CB | 22 | 3D |
| Octal | 170 | 243 | 275 | 45 | 16 | 0 | 32 | 313 | 42 | 75 |
| Binary | 1111000 | 10100011 | 10111101 | 100101 | 1110 | 0 | 11010 | 11001011 | 100010 | 111101 |
Color Harmonies of #78A3BD
Complementary color
Monochromatic Colors of #78A3BD
Black with #78A3BD
Text Example
Text Example
White with #78A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A3BD; }
p { color: rgb(120,163,189); }
H1.HeaderClassName
{
color: #78A3BD;
}
.AnyTagClassName
{
color: #78A3BD;
}
</style>
background-color css
<style>
a { background-color: #78A3BD; }
a { background-color: rgb(120,163,189); }
div.DivClassName
{
background-color: #78A3BD;
}
.BgClassName
{
background-color: #78A3BD;
}
</style>
border-color css
<style>
span { border-color: #78A3BD; }
span { border-color: rgb(120,163,189); }
td.TdClassName
{
border-color: #78A3BD;
}
.TagClassName
{
border-color: #78A3BD;
}
</style>