Shades of Glacier #77BBC1
Tints of Glacier #77BBC1
RGB
CMYK
RGB Variations
Color information
#77BBC1 (or 0x77BBC1) is known color: Glacier. HEX triplet: 77, BB and C1. RGB value is (119,187,193). Sum of RGB (Red+Green+Blue) = 119+187+193=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #77BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBC1 is #88443E. Grayscale: #A7A7A7. Windows color (decimal): -8930367 or 12696439. OLE color: 12696439.
HSL color Cylindrical-coordinate representation of color #77BBC1: hue angle of 184.86º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BBC1 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 187 | 193 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.24 |
| HSL | 184.86º | 0.37% | 0.61% | - |
| HSV(B) | 184.86º | 0.38% | 0.76% | - |
| XYZ | 35 | 43.31 | 56.97 | - |
| YUV | 167.35 | 142.47 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 193 | 0.38 | 0.03 | 0 | 0.24 | 184.86 | 0.37 | 0.61 |
| Hex | 77 | BB | C1 | 26 | 3 | 0 | 18 | B9 | 25 | 3D |
| Octal | 167 | 273 | 301 | 46 | 3 | 0 | 30 | 271 | 45 | 75 |
| Binary | 1110111 | 10111011 | 11000001 | 100110 | 11 | 0 | 11000 | 10111001 | 100101 | 111101 |
Color Harmonies of #77BBC1
Complementary color
Monochromatic Colors of #77BBC1
Black with #77BBC1
Text Example
Text Example
White with #77BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BBC1; }
p { color: rgb(119,187,193); }
H1.HeaderClassName
{
color: #77BBC1;
}
.AnyTagClassName
{
color: #77BBC1;
}
</style>
background-color css
<style>
a { background-color: #77BBC1; }
a { background-color: rgb(119,187,193); }
div.DivClassName
{
background-color: #77BBC1;
}
.BgClassName
{
background-color: #77BBC1;
}
</style>
border-color css
<style>
span { border-color: #77BBC1; }
span { border-color: rgb(119,187,193); }
td.TdClassName
{
border-color: #77BBC1;
}
.TagClassName
{
border-color: #77BBC1;
}
</style>