Shades of Glacier #76ABBB
Tints of Glacier #76ABBB
RGB
CMYK
RGB Variations
Color information
#76ABBB (or 0x76ABBB) is known color: Glacier. HEX triplet: 76, AB and BB. RGB value is (118,171,187). Sum of RGB (Red+Green+Blue) = 118+171+187=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #76ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABBB is #895444. Grayscale: #9C9C9C. Windows color (decimal): -9000005 or 12299126. OLE color: 12299126.
HSL color Cylindrical-coordinate representation of color #76ABBB: hue angle of 193.91º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76ABBB is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 171 | 187 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.27 |
| HSL | 193.91º | 0.34% | 0.6% | - |
| HSV(B) | 193.91º | 0.37% | 0.73% | - |
| XYZ | 31 | 36.57 | 52.44 | - |
| YUV | 156.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 187 | 0.37 | 0.09 | 0 | 0.27 | 193.91 | 0.34 | 0.6 |
| Hex | 76 | AB | BB | 25 | 9 | 0 | 1B | C2 | 22 | 3C |
| Octal | 166 | 253 | 273 | 45 | 11 | 0 | 33 | 302 | 42 | 74 |
| Binary | 1110110 | 10101011 | 10111011 | 100101 | 1001 | 0 | 11011 | 11000010 | 100010 | 111100 |
Color Harmonies of #76ABBB
Complementary color
Monochromatic Colors of #76ABBB
Black with #76ABBB
Text Example
Text Example
White with #76ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ABBB; }
p { color: rgb(118,171,187); }
H1.HeaderClassName
{
color: #76ABBB;
}
.AnyTagClassName
{
color: #76ABBB;
}
</style>
background-color css
<style>
a { background-color: #76ABBB; }
a { background-color: rgb(118,171,187); }
div.DivClassName
{
background-color: #76ABBB;
}
.BgClassName
{
background-color: #76ABBB;
}
</style>
border-color css
<style>
span { border-color: #76ABBB; }
span { border-color: rgb(118,171,187); }
td.TdClassName
{
border-color: #76ABBB;
}
.TagClassName
{
border-color: #76ABBB;
}
</style>