Shades of Glacier #78A9BB
Tints of Glacier #78A9BB
RGB
CMYK
RGB Variations
Color information
#78A9BB (or 0x78A9BB) is known color: Glacier. HEX triplet: 78, A9 and BB. RGB value is (120,169,187). Sum of RGB (Red+Green+Blue) = 120+169+187=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #78A9BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A9BB is #875644. Grayscale: #9C9C9C. Windows color (decimal): -8869445 or 12298616. OLE color: 12298616.
HSL color Cylindrical-coordinate representation of color #78A9BB: hue angle of 196.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78A9BB is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 169 | 187 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.27 |
| HSL | 196.12º | 0.33% | 0.6% | - |
| HSV(B) | 196.12º | 0.36% | 0.73% | - |
| XYZ | 30.9 | 35.96 | 52.33 | - |
| YUV | 156.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 169 | 187 | 0.36 | 0.10 | 0 | 0.27 | 196.12 | 0.33 | 0.6 |
| Hex | 78 | A9 | BB | 24 | A | 0 | 1B | C4 | 21 | 3C |
| Octal | 170 | 251 | 273 | 44 | 12 | 0 | 33 | 304 | 41 | 74 |
| Binary | 1111000 | 10101001 | 10111011 | 100100 | 1010 | 0 | 11011 | 11000100 | 100001 | 111100 |
Color Harmonies of #78A9BB
Complementary color
Monochromatic Colors of #78A9BB
Black with #78A9BB
Text Example
Text Example
White with #78A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A9BB; }
p { color: rgb(120,169,187); }
H1.HeaderClassName
{
color: #78A9BB;
}
.AnyTagClassName
{
color: #78A9BB;
}
</style>
background-color css
<style>
a { background-color: #78A9BB; }
a { background-color: rgb(120,169,187); }
div.DivClassName
{
background-color: #78A9BB;
}
.BgClassName
{
background-color: #78A9BB;
}
</style>
border-color css
<style>
span { border-color: #78A9BB; }
span { border-color: rgb(120,169,187); }
td.TdClassName
{
border-color: #78A9BB;
}
.TagClassName
{
border-color: #78A9BB;
}
</style>