Shades of Glacier #78B3BB
Tints of Glacier #78B3BB
RGB
CMYK
RGB Variations
Color information
#78B3BB (or 0x78B3BB) is known color: Glacier. HEX triplet: 78, B3 and BB. RGB value is (120,179,187). Sum of RGB (Red+Green+Blue) = 120+179+187=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #78B3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B3BB is #874C44. Grayscale: #A2A2A2. Windows color (decimal): -8866885 or 12301176. OLE color: 12301176.
HSL color Cylindrical-coordinate representation of color #78B3BB: hue angle of 187.16º 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 #78B3BB is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 179 | 187 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.27 |
| HSL | 187.16º | 0.33% | 0.6% | - |
| HSV(B) | 187.16º | 0.36% | 0.73% | - |
| XYZ | 32.84 | 39.82 | 52.97 | - |
| YUV | 162.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 179 | 187 | 0.36 | 0.04 | 0 | 0.27 | 187.16 | 0.33 | 0.6 |
| Hex | 78 | B3 | BB | 24 | 4 | 0 | 1B | BB | 21 | 3C |
| Octal | 170 | 263 | 273 | 44 | 4 | 0 | 33 | 273 | 41 | 74 |
| Binary | 1111000 | 10110011 | 10111011 | 100100 | 100 | 0 | 11011 | 10111011 | 100001 | 111100 |
Color Harmonies of #78B3BB
Complementary color
Monochromatic Colors of #78B3BB
Black with #78B3BB
Text Example
Text Example
White with #78B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B3BB; }
p { color: rgb(120,179,187); }
H1.HeaderClassName
{
color: #78B3BB;
}
.AnyTagClassName
{
color: #78B3BB;
}
</style>
background-color css
<style>
a { background-color: #78B3BB; }
a { background-color: rgb(120,179,187); }
div.DivClassName
{
background-color: #78B3BB;
}
.BgClassName
{
background-color: #78B3BB;
}
</style>
border-color css
<style>
span { border-color: #78B3BB; }
span { border-color: rgb(120,179,187); }
td.TdClassName
{
border-color: #78B3BB;
}
.TagClassName
{
border-color: #78B3BB;
}
</style>