Shades of Glacier #77AFBD
Tints of Glacier #77AFBD
RGB
CMYK
RGB Variations
Color information
#77AFBD (or 0x77AFBD) is known color: Glacier. HEX triplet: 77, AF and BD. RGB value is (119,175,189). Sum of RGB (Red+Green+Blue) = 119+175+189=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #77AFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFBD is #885042. Grayscale: #9F9F9F. Windows color (decimal): -8933443 or 12431223. OLE color: 12431223.
HSL color Cylindrical-coordinate representation of color #77AFBD: hue angle of 192º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77AFBD is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 175 | 189 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.26 |
| HSL | 192º | 0.35% | 0.6% | - |
| HSV(B) | 192º | 0.37% | 0.74% | - |
| XYZ | 32.12 | 38.26 | 53.84 | - |
| YUV | 159.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 189 | 0.37 | 0.07 | 0 | 0.26 | 192 | 0.35 | 0.6 |
| Hex | 77 | AF | BD | 25 | 7 | 0 | 1A | C0 | 23 | 3C |
| Octal | 167 | 257 | 275 | 45 | 7 | 0 | 32 | 300 | 43 | 74 |
| Binary | 1110111 | 10101111 | 10111101 | 100101 | 111 | 0 | 11010 | 11000000 | 100011 | 111100 |
Color Harmonies of #77AFBD
Complementary color
Monochromatic Colors of #77AFBD
Black with #77AFBD
Text Example
Text Example
White with #77AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFBD; }
p { color: rgb(119,175,189); }
H1.HeaderClassName
{
color: #77AFBD;
}
.AnyTagClassName
{
color: #77AFBD;
}
</style>
background-color css
<style>
a { background-color: #77AFBD; }
a { background-color: rgb(119,175,189); }
div.DivClassName
{
background-color: #77AFBD;
}
.BgClassName
{
background-color: #77AFBD;
}
</style>
border-color css
<style>
span { border-color: #77AFBD; }
span { border-color: rgb(119,175,189); }
td.TdClassName
{
border-color: #77AFBD;
}
.TagClassName
{
border-color: #77AFBD;
}
</style>