Shades of Glacier #77B5BD
Tints of Glacier #77B5BD
RGB
CMYK
RGB Variations
Color information
#77B5BD (or 0x77B5BD) is known color: Glacier. HEX triplet: 77, B5 and BD. RGB value is (119,181,189). Sum of RGB (Red+Green+Blue) = 119+181+189=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #77B5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B5BD is #884A42. Grayscale: #A3A3A3. Windows color (decimal): -8931907 or 12432759. OLE color: 12432759.
HSL color Cylindrical-coordinate representation of color #77B5BD: hue angle of 186.86º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77B5BD is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 181 | 189 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.26 |
| HSL | 186.86º | 0.35% | 0.6% | - |
| HSV(B) | 186.86º | 0.37% | 0.74% | - |
| XYZ | 33.32 | 40.64 | 54.23 | - |
| YUV | 163.37 | 142.46 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 189 | 0.37 | 0.04 | 0 | 0.26 | 186.86 | 0.35 | 0.6 |
| Hex | 77 | B5 | BD | 25 | 4 | 0 | 1A | BB | 23 | 3C |
| Octal | 167 | 265 | 275 | 45 | 4 | 0 | 32 | 273 | 43 | 74 |
| Binary | 1110111 | 10110101 | 10111101 | 100101 | 100 | 0 | 11010 | 10111011 | 100011 | 111100 |
Color Harmonies of #77B5BD
Complementary color
Monochromatic Colors of #77B5BD
Black with #77B5BD
Text Example
Text Example
White with #77B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B5BD; }
p { color: rgb(119,181,189); }
H1.HeaderClassName
{
color: #77B5BD;
}
.AnyTagClassName
{
color: #77B5BD;
}
</style>
background-color css
<style>
a { background-color: #77B5BD; }
a { background-color: rgb(119,181,189); }
div.DivClassName
{
background-color: #77B5BD;
}
.BgClassName
{
background-color: #77B5BD;
}
</style>
border-color css
<style>
span { border-color: #77B5BD; }
span { border-color: rgb(119,181,189); }
td.TdClassName
{
border-color: #77B5BD;
}
.TagClassName
{
border-color: #77B5BD;
}
</style>