Shades of Glacier #77BDC6
Tints of Glacier #77BDC6
RGB
CMYK
RGB Variations
Color information
#77BDC6 (or 0x77BDC6) is known color: Glacier. HEX triplet: 77, BD and C6. RGB value is (119,189,198). Sum of RGB (Red+Green+Blue) = 119+189+198=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #77BDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDC6 is #884239. Grayscale: #A8A8A8. Windows color (decimal): -8929850 or 13024631. OLE color: 13024631.
HSL color Cylindrical-coordinate representation of color #77BDC6: hue angle of 186.84º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77BDC6 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 189 | 198 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.22 |
| HSL | 186.84º | 0.41% | 0.62% | - |
| HSV(B) | 186.84º | 0.4% | 0.78% | - |
| XYZ | 36 | 44.39 | 60.1 | - |
| YUV | 169.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 198 | 0.40 | 0.05 | 0 | 0.22 | 186.84 | 0.41 | 0.62 |
| Hex | 77 | BD | C6 | 28 | 5 | 0 | 16 | BB | 29 | 3E |
| Octal | 167 | 275 | 306 | 50 | 5 | 0 | 26 | 273 | 51 | 76 |
| Binary | 1110111 | 10111101 | 11000110 | 101000 | 101 | 0 | 10110 | 10111011 | 101001 | 111110 |
Color Harmonies of #77BDC6
Complementary color
Monochromatic Colors of #77BDC6
Black with #77BDC6
Text Example
Text Example
White with #77BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDC6; }
p { color: rgb(119,189,198); }
H1.HeaderClassName
{
color: #77BDC6;
}
.AnyTagClassName
{
color: #77BDC6;
}
</style>
background-color css
<style>
a { background-color: #77BDC6; }
a { background-color: rgb(119,189,198); }
div.DivClassName
{
background-color: #77BDC6;
}
.BgClassName
{
background-color: #77BDC6;
}
</style>
border-color css
<style>
span { border-color: #77BDC6; }
span { border-color: rgb(119,189,198); }
td.TdClassName
{
border-color: #77BDC6;
}
.TagClassName
{
border-color: #77BDC6;
}
</style>