Shades of Glacier #77BDC2
Tints of Glacier #77BDC2
RGB
CMYK
RGB Variations
Color information
#77BDC2 (or 0x77BDC2) is known color: Glacier. HEX triplet: 77, BD and C2. RGB value is (119,189,194). Sum of RGB (Red+Green+Blue) = 119+189+194=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #77BDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDC2 is #88423D. Grayscale: #A8A8A8. Windows color (decimal): -8929854 or 12762487. OLE color: 12762487.
HSL color Cylindrical-coordinate representation of color #77BDC2: hue angle of 184º 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 #77BDC2 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 189 | 194 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.24 |
| HSL | 184º | 0.38% | 0.61% | - |
| HSV(B) | 184º | 0.39% | 0.76% | - |
| XYZ | 35.54 | 44.21 | 57.7 | - |
| YUV | 168.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 194 | 0.39 | 0.03 | 0 | 0.24 | 184 | 0.38 | 0.61 |
| Hex | 77 | BD | C2 | 27 | 3 | 0 | 18 | B8 | 26 | 3D |
| Octal | 167 | 275 | 302 | 47 | 3 | 0 | 30 | 270 | 46 | 75 |
| Binary | 1110111 | 10111101 | 11000010 | 100111 | 11 | 0 | 11000 | 10111000 | 100110 | 111101 |
Color Harmonies of #77BDC2
Complementary color
Monochromatic Colors of #77BDC2
Black with #77BDC2
Text Example
Text Example
White with #77BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDC2; }
p { color: rgb(119,189,194); }
H1.HeaderClassName
{
color: #77BDC2;
}
.AnyTagClassName
{
color: #77BDC2;
}
</style>
background-color css
<style>
a { background-color: #77BDC2; }
a { background-color: rgb(119,189,194); }
div.DivClassName
{
background-color: #77BDC2;
}
.BgClassName
{
background-color: #77BDC2;
}
</style>
border-color css
<style>
span { border-color: #77BDC2; }
span { border-color: rgb(119,189,194); }
td.TdClassName
{
border-color: #77BDC2;
}
.TagClassName
{
border-color: #77BDC2;
}
</style>