Shades of Glacier #78A3BB
Tints of Glacier #78A3BB
RGB
CMYK
RGB Variations
Color information
#78A3BB (or 0x78A3BB) is known color: Glacier. HEX triplet: 78, A3 and BB. RGB value is (120,163,187). Sum of RGB (Red+Green+Blue) = 120+163+187=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #78A3BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A3BB is #875C44. Grayscale: #989898. Windows color (decimal): -8870981 or 12297080. OLE color: 12297080.
HSL color Cylindrical-coordinate representation of color #78A3BB: hue angle of 201.49º 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 #78A3BB is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 163 | 187 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.27 |
| HSL | 201.49º | 0.33% | 0.6% | - |
| HSV(B) | 201.49º | 0.36% | 0.73% | - |
| XYZ | 29.81 | 33.78 | 51.96 | - |
| YUV | 152.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 187 | 0.36 | 0.13 | 0 | 0.27 | 201.49 | 0.33 | 0.6 |
| Hex | 78 | A3 | BB | 24 | D | 0 | 1B | C9 | 21 | 3C |
| Octal | 170 | 243 | 273 | 44 | 15 | 0 | 33 | 311 | 41 | 74 |
| Binary | 1111000 | 10100011 | 10111011 | 100100 | 1101 | 0 | 11011 | 11001001 | 100001 | 111100 |
Color Harmonies of #78A3BB
Complementary color
Monochromatic Colors of #78A3BB
Black with #78A3BB
Text Example
Text Example
White with #78A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A3BB; }
p { color: rgb(120,163,187); }
H1.HeaderClassName
{
color: #78A3BB;
}
.AnyTagClassName
{
color: #78A3BB;
}
</style>
background-color css
<style>
a { background-color: #78A3BB; }
a { background-color: rgb(120,163,187); }
div.DivClassName
{
background-color: #78A3BB;
}
.BgClassName
{
background-color: #78A3BB;
}
</style>
border-color css
<style>
span { border-color: #78A3BB; }
span { border-color: rgb(120,163,187); }
td.TdClassName
{
border-color: #78A3BB;
}
.TagClassName
{
border-color: #78A3BB;
}
</style>