Shades of Glacier #78B6BD
Tints of Glacier #78B6BD
RGB
CMYK
RGB Variations
Color information
#78B6BD (or 0x78B6BD) is known color: Glacier. HEX triplet: 78, B6 and BD. RGB value is (120,182,189). Sum of RGB (Red+Green+Blue) = 120+182+189=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #78B6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B6BD is #874942. Grayscale: #A4A4A4. Windows color (decimal): -8866115 or 12433016. OLE color: 12433016.
HSL color Cylindrical-coordinate representation of color #78B6BD: hue angle of 186.09º 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 #78B6BD is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 182 | 189 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.26 |
| HSL | 186.09º | 0.34% | 0.61% | - |
| HSV(B) | 186.09º | 0.37% | 0.74% | - |
| XYZ | 33.66 | 41.12 | 54.31 | - |
| YUV | 164.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 182 | 189 | 0.37 | 0.04 | 0 | 0.26 | 186.09 | 0.34 | 0.61 |
| Hex | 78 | B6 | BD | 25 | 4 | 0 | 1A | BA | 22 | 3D |
| Octal | 170 | 266 | 275 | 45 | 4 | 0 | 32 | 272 | 42 | 75 |
| Binary | 1111000 | 10110110 | 10111101 | 100101 | 100 | 0 | 11010 | 10111010 | 100010 | 111101 |
Color Harmonies of #78B6BD
Complementary color
Monochromatic Colors of #78B6BD
Black with #78B6BD
Text Example
Text Example
White with #78B6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B6BD; }
p { color: rgb(120,182,189); }
H1.HeaderClassName
{
color: #78B6BD;
}
.AnyTagClassName
{
color: #78B6BD;
}
</style>
background-color css
<style>
a { background-color: #78B6BD; }
a { background-color: rgb(120,182,189); }
div.DivClassName
{
background-color: #78B6BD;
}
.BgClassName
{
background-color: #78B6BD;
}
</style>
border-color css
<style>
span { border-color: #78B6BD; }
span { border-color: rgb(120,182,189); }
td.TdClassName
{
border-color: #78B6BD;
}
.TagClassName
{
border-color: #78B6BD;
}
</style>