Shades of Glacier #77BEC2
Tints of Glacier #77BEC2
RGB
CMYK
RGB Variations
Color information
#77BEC2 (or 0x77BEC2) is known color: Glacier. HEX triplet: 77, BE and C2. RGB value is (119,190,194). Sum of RGB (Red+Green+Blue) = 119+190+194=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #77BEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEC2 is #88413D. Grayscale: #A9A9A9. Windows color (decimal): -8929598 or 12762743. OLE color: 12762743.
HSL color Cylindrical-coordinate representation of color #77BEC2: hue angle of 183.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77BEC2 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 190 | 194 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.24 |
| HSL | 183.2º | 0.38% | 0.61% | - |
| HSV(B) | 183.2º | 0.39% | 0.76% | - |
| XYZ | 35.76 | 44.64 | 57.77 | - |
| YUV | 169.23 | 141.98 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 194 | 0.39 | 0.02 | 0 | 0.24 | 183.2 | 0.38 | 0.61 |
| Hex | 77 | BE | C2 | 27 | 2 | 0 | 18 | B7 | 26 | 3D |
| Octal | 167 | 276 | 302 | 47 | 2 | 0 | 30 | 267 | 46 | 75 |
| Binary | 1110111 | 10111110 | 11000010 | 100111 | 10 | 0 | 11000 | 10110111 | 100110 | 111101 |
Color Harmonies of #77BEC2
Complementary color
Monochromatic Colors of #77BEC2
Black with #77BEC2
Text Example
Text Example
White with #77BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BEC2; }
p { color: rgb(119,190,194); }
H1.HeaderClassName
{
color: #77BEC2;
}
.AnyTagClassName
{
color: #77BEC2;
}
</style>
background-color css
<style>
a { background-color: #77BEC2; }
a { background-color: rgb(119,190,194); }
div.DivClassName
{
background-color: #77BEC2;
}
.BgClassName
{
background-color: #77BEC2;
}
</style>
border-color css
<style>
span { border-color: #77BEC2; }
span { border-color: rgb(119,190,194); }
td.TdClassName
{
border-color: #77BEC2;
}
.TagClassName
{
border-color: #77BEC2;
}
</style>