Shades of Glacier #78B8BD
Tints of Glacier #78B8BD
RGB
CMYK
RGB Variations
Color information
#78B8BD (or 0x78B8BD) is known color: Glacier. HEX triplet: 78, B8 and BD. RGB value is (120,184,189). Sum of RGB (Red+Green+Blue) = 120+184+189=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #78B8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B8BD is #874742. Grayscale: #A5A5A5. Windows color (decimal): -8865603 or 12433528. OLE color: 12433528.
HSL color Cylindrical-coordinate representation of color #78B8BD: hue angle of 184.35º 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 #78B8BD is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 184 | 189 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.26 |
| HSL | 184.35º | 0.34% | 0.61% | - |
| HSV(B) | 184.35º | 0.37% | 0.74% | - |
| XYZ | 34.07 | 41.95 | 54.45 | - |
| YUV | 165.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 189 | 0.37 | 0.03 | 0 | 0.26 | 184.35 | 0.34 | 0.61 |
| Hex | 78 | B8 | BD | 25 | 3 | 0 | 1A | B8 | 22 | 3D |
| Octal | 170 | 270 | 275 | 45 | 3 | 0 | 32 | 270 | 42 | 75 |
| Binary | 1111000 | 10111000 | 10111101 | 100101 | 11 | 0 | 11010 | 10111000 | 100010 | 111101 |
Color Harmonies of #78B8BD
Complementary color
Monochromatic Colors of #78B8BD
Black with #78B8BD
Text Example
Text Example
White with #78B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B8BD; }
p { color: rgb(120,184,189); }
H1.HeaderClassName
{
color: #78B8BD;
}
.AnyTagClassName
{
color: #78B8BD;
}
</style>
background-color css
<style>
a { background-color: #78B8BD; }
a { background-color: rgb(120,184,189); }
div.DivClassName
{
background-color: #78B8BD;
}
.BgClassName
{
background-color: #78B8BD;
}
</style>
border-color css
<style>
span { border-color: #78B8BD; }
span { border-color: rgb(120,184,189); }
td.TdClassName
{
border-color: #78B8BD;
}
.TagClassName
{
border-color: #78B8BD;
}
</style>