Shades of Glacier #77BDC7
Tints of Glacier #77BDC7
RGB
CMYK
RGB Variations
Color information
#77BDC7 (or 0x77BDC7) is known color: Glacier. HEX triplet: 77, BD and C7. RGB value is (119,189,199). Sum of RGB (Red+Green+Blue) = 119+189+199=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 199 - color contains mainly: blue. Hex color #77BDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDC7 is #884238. Grayscale: #A9A9A9. Windows color (decimal): -8929849 or 13090167. OLE color: 13090167.
HSL color Cylindrical-coordinate representation of color #77BDC7: hue angle of 187.5º degrees, saturation: 0.42, 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 #77BDC7 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 189 | 199 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.22 |
| HSL | 187.5º | 0.42% | 0.62% | - |
| HSV(B) | 187.5º | 0.4% | 0.78% | - |
| XYZ | 36.11 | 44.44 | 60.71 | - |
| YUV | 169.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 199 | 0.40 | 0.05 | 0 | 0.22 | 187.5 | 0.42 | 0.62 |
| Hex | 77 | BD | C7 | 28 | 5 | 0 | 16 | BC | 2A | 3E |
| Octal | 167 | 275 | 307 | 50 | 5 | 0 | 26 | 274 | 52 | 76 |
| Binary | 1110111 | 10111101 | 11000111 | 101000 | 101 | 0 | 10110 | 10111100 | 101010 | 111110 |
Color Harmonies of #77BDC7
Complementary color
Monochromatic Colors of #77BDC7
Black with #77BDC7
Text Example
Text Example
White with #77BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDC7; }
p { color: rgb(119,189,199); }
H1.HeaderClassName
{
color: #77BDC7;
}
.AnyTagClassName
{
color: #77BDC7;
}
</style>
background-color css
<style>
a { background-color: #77BDC7; }
a { background-color: rgb(119,189,199); }
div.DivClassName
{
background-color: #77BDC7;
}
.BgClassName
{
background-color: #77BDC7;
}
</style>
border-color css
<style>
span { border-color: #77BDC7; }
span { border-color: rgb(119,189,199); }
td.TdClassName
{
border-color: #77BDC7;
}
.TagClassName
{
border-color: #77BDC7;
}
</style>