Shades of Glacier #77BBC3
Tints of Glacier #77BBC3
RGB
CMYK
RGB Variations
Color information
#77BBC3 (or 0x77BBC3) is known color: Glacier. HEX triplet: 77, BB and C3. RGB value is (119,187,195). Sum of RGB (Red+Green+Blue) = 119+187+195=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #77BBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBC3 is #88443C. Grayscale: #A7A7A7. Windows color (decimal): -8930365 or 12827511. OLE color: 12827511.
HSL color Cylindrical-coordinate representation of color #77BBC3: hue angle of 186.32º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77BBC3 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 187 | 195 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.24 |
| HSL | 186.32º | 0.39% | 0.62% | - |
| HSV(B) | 186.32º | 0.39% | 0.76% | - |
| XYZ | 35.23 | 43.4 | 58.15 | - |
| YUV | 167.58 | 143.47 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 195 | 0.39 | 0.04 | 0 | 0.24 | 186.32 | 0.39 | 0.62 |
| Hex | 77 | BB | C3 | 27 | 4 | 0 | 18 | BA | 27 | 3E |
| Octal | 167 | 273 | 303 | 47 | 4 | 0 | 30 | 272 | 47 | 76 |
| Binary | 1110111 | 10111011 | 11000011 | 100111 | 100 | 0 | 11000 | 10111010 | 100111 | 111110 |
Color Harmonies of #77BBC3
Complementary color
Monochromatic Colors of #77BBC3
Black with #77BBC3
Text Example
Text Example
White with #77BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BBC3; }
p { color: rgb(119,187,195); }
H1.HeaderClassName
{
color: #77BBC3;
}
.AnyTagClassName
{
color: #77BBC3;
}
</style>
background-color css
<style>
a { background-color: #77BBC3; }
a { background-color: rgb(119,187,195); }
div.DivClassName
{
background-color: #77BBC3;
}
.BgClassName
{
background-color: #77BBC3;
}
</style>
border-color css
<style>
span { border-color: #77BBC3; }
span { border-color: rgb(119,187,195); }
td.TdClassName
{
border-color: #77BBC3;
}
.TagClassName
{
border-color: #77BBC3;
}
</style>