Shades of Glacier #77AEC6
Tints of Glacier #77AEC6
RGB
CMYK
RGB Variations
Color information
#77AEC6 (or 0x77AEC6) is known color: Glacier. HEX triplet: 77, AE and C6. RGB value is (119,174,198). Sum of RGB (Red+Green+Blue) = 119+174+198=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #77AEC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AEC6 is #885139. Grayscale: #A0A0A0. Windows color (decimal): -8933690 or 13020791. OLE color: 13020791.
HSL color Cylindrical-coordinate representation of color #77AEC6: hue angle of 198.23º degrees, saturation: 0.41, 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 #77AEC6 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 174 | 198 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.22 |
| HSL | 198.23º | 0.41% | 0.62% | - |
| HSV(B) | 198.23º | 0.4% | 0.78% | - |
| XYZ | 32.94 | 38.27 | 59.08 | - |
| YUV | 160.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 174 | 198 | 0.40 | 0.12 | 0 | 0.22 | 198.23 | 0.41 | 0.62 |
| Hex | 77 | AE | C6 | 28 | C | 0 | 16 | C6 | 29 | 3E |
| Octal | 167 | 256 | 306 | 50 | 14 | 0 | 26 | 306 | 51 | 76 |
| Binary | 1110111 | 10101110 | 11000110 | 101000 | 1100 | 0 | 10110 | 11000110 | 101001 | 111110 |
Color Harmonies of #77AEC6
Complementary color
Monochromatic Colors of #77AEC6
Black with #77AEC6
Text Example
Text Example
White with #77AEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AEC6; }
p { color: rgb(119,174,198); }
H1.HeaderClassName
{
color: #77AEC6;
}
.AnyTagClassName
{
color: #77AEC6;
}
</style>
background-color css
<style>
a { background-color: #77AEC6; }
a { background-color: rgb(119,174,198); }
div.DivClassName
{
background-color: #77AEC6;
}
.BgClassName
{
background-color: #77AEC6;
}
</style>
border-color css
<style>
span { border-color: #77AEC6; }
span { border-color: rgb(119,174,198); }
td.TdClassName
{
border-color: #77AEC6;
}
.TagClassName
{
border-color: #77AEC6;
}
</style>