Shades of Glacier #77AFC2
Tints of Glacier #77AFC2
RGB
CMYK
RGB Variations
Color information
#77AFC2 (or 0x77AFC2) is known color: Glacier. HEX triplet: 77, AF and C2. RGB value is (119,175,194). Sum of RGB (Red+Green+Blue) = 119+175+194=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #77AFC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFC2 is #88503D. Grayscale: #A0A0A0. Windows color (decimal): -8933438 or 12758903. OLE color: 12758903.
HSL color Cylindrical-coordinate representation of color #77AFC2: hue angle of 195.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 #77AFC2 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 175 | 194 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.24 |
| HSL | 195.2º | 0.38% | 0.61% | - |
| HSV(B) | 195.2º | 0.39% | 0.76% | - |
| XYZ | 32.68 | 38.48 | 56.74 | - |
| YUV | 160.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 194 | 0.39 | 0.10 | 0 | 0.24 | 195.2 | 0.38 | 0.61 |
| Hex | 77 | AF | C2 | 27 | A | 0 | 18 | C3 | 26 | 3D |
| Octal | 167 | 257 | 302 | 47 | 12 | 0 | 30 | 303 | 46 | 75 |
| Binary | 1110111 | 10101111 | 11000010 | 100111 | 1010 | 0 | 11000 | 11000011 | 100110 | 111101 |
Color Harmonies of #77AFC2
Complementary color
Monochromatic Colors of #77AFC2
Black with #77AFC2
Text Example
Text Example
White with #77AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFC2; }
p { color: rgb(119,175,194); }
H1.HeaderClassName
{
color: #77AFC2;
}
.AnyTagClassName
{
color: #77AFC2;
}
</style>
background-color css
<style>
a { background-color: #77AFC2; }
a { background-color: rgb(119,175,194); }
div.DivClassName
{
background-color: #77AFC2;
}
.BgClassName
{
background-color: #77AFC2;
}
</style>
border-color css
<style>
span { border-color: #77AFC2; }
span { border-color: rgb(119,175,194); }
td.TdClassName
{
border-color: #77AFC2;
}
.TagClassName
{
border-color: #77AFC2;
}
</style>