Shades of Glacier #77BEC1
Tints of Glacier #77BEC1
RGB
CMYK
RGB Variations
Color information
#77BEC1 (or 0x77BEC1) is known color: Glacier. HEX triplet: 77, BE and C1. RGB value is (119,190,193). Sum of RGB (Red+Green+Blue) = 119+190+193=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #77BEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEC1 is #88413E. Grayscale: #A9A9A9. Windows color (decimal): -8929599 or 12697207. OLE color: 12697207.
HSL color Cylindrical-coordinate representation of color #77BEC1: hue angle of 182.43º 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 #77BEC1 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 190 | 193 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.24 |
| HSL | 182.43º | 0.37% | 0.61% | - |
| HSV(B) | 182.43º | 0.38% | 0.76% | - |
| XYZ | 35.65 | 44.6 | 57.18 | - |
| YUV | 169.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 193 | 0.38 | 0.02 | 0 | 0.24 | 182.43 | 0.37 | 0.61 |
| Hex | 77 | BE | C1 | 26 | 2 | 0 | 18 | B6 | 25 | 3D |
| Octal | 167 | 276 | 301 | 46 | 2 | 0 | 30 | 266 | 45 | 75 |
| Binary | 1110111 | 10111110 | 11000001 | 100110 | 10 | 0 | 11000 | 10110110 | 100101 | 111101 |
Color Harmonies of #77BEC1
Complementary color
Monochromatic Colors of #77BEC1
Black with #77BEC1
Text Example
Text Example
White with #77BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BEC1; }
p { color: rgb(119,190,193); }
H1.HeaderClassName
{
color: #77BEC1;
}
.AnyTagClassName
{
color: #77BEC1;
}
</style>
background-color css
<style>
a { background-color: #77BEC1; }
a { background-color: rgb(119,190,193); }
div.DivClassName
{
background-color: #77BEC1;
}
.BgClassName
{
background-color: #77BEC1;
}
</style>
border-color css
<style>
span { border-color: #77BEC1; }
span { border-color: rgb(119,190,193); }
td.TdClassName
{
border-color: #77BEC1;
}
.TagClassName
{
border-color: #77BEC1;
}
</style>