Shades of Glacier #78ABBD
Tints of Glacier #78ABBD
RGB
CMYK
RGB Variations
Color information
#78ABBD (or 0x78ABBD) is known color: Glacier. HEX triplet: 78, AB and BD. RGB value is (120,171,189). Sum of RGB (Red+Green+Blue) = 120+171+189=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #78ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABBD is #875442. Grayscale: #9D9D9D. Windows color (decimal): -8868931 or 12430200. OLE color: 12430200.
HSL color Cylindrical-coordinate representation of color #78ABBD: hue angle of 195.65º 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 #78ABBD is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 171 | 189 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.26 |
| HSL | 195.65º | 0.34% | 0.61% | - |
| HSV(B) | 195.65º | 0.37% | 0.74% | - |
| XYZ | 31.49 | 36.79 | 53.59 | - |
| YUV | 157.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 189 | 0.37 | 0.10 | 0 | 0.26 | 195.65 | 0.34 | 0.61 |
| Hex | 78 | AB | BD | 25 | A | 0 | 1A | C4 | 22 | 3D |
| Octal | 170 | 253 | 275 | 45 | 12 | 0 | 32 | 304 | 42 | 75 |
| Binary | 1111000 | 10101011 | 10111101 | 100101 | 1010 | 0 | 11010 | 11000100 | 100010 | 111101 |
Color Harmonies of #78ABBD
Complementary color
Monochromatic Colors of #78ABBD
Black with #78ABBD
Text Example
Text Example
White with #78ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ABBD; }
p { color: rgb(120,171,189); }
H1.HeaderClassName
{
color: #78ABBD;
}
.AnyTagClassName
{
color: #78ABBD;
}
</style>
background-color css
<style>
a { background-color: #78ABBD; }
a { background-color: rgb(120,171,189); }
div.DivClassName
{
background-color: #78ABBD;
}
.BgClassName
{
background-color: #78ABBD;
}
</style>
border-color css
<style>
span { border-color: #78ABBD; }
span { border-color: rgb(120,171,189); }
td.TdClassName
{
border-color: #78ABBD;
}
.TagClassName
{
border-color: #78ABBD;
}
</style>