Shades of Glacier #7BABBF
Tints of Glacier #7BABBF
RGB
CMYK
RGB Variations
Color information
#7BABBF (or 0x7BABBF) is known color: Glacier. HEX triplet: 7B, AB and BF. RGB value is (123,171,191). Sum of RGB (Red+Green+Blue) = 123+171+191=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #7BABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABBF is #845440. Grayscale: #9E9E9E. Windows color (decimal): -8672321 or 12561275. OLE color: 12561275.
HSL color Cylindrical-coordinate representation of color #7BABBF: hue angle of 197.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BABBF is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 171 | 191 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.25 |
| HSL | 197.65º | 0.35% | 0.62% | - |
| HSV(B) | 197.65º | 0.36% | 0.75% | - |
| XYZ | 32.14 | 37.1 | 54.76 | - |
| YUV | 158.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 191 | 0.36 | 0.10 | 0 | 0.25 | 197.65 | 0.35 | 0.62 |
| Hex | 7B | AB | BF | 24 | A | 0 | 19 | C6 | 23 | 3E |
| Octal | 173 | 253 | 277 | 44 | 12 | 0 | 31 | 306 | 43 | 76 |
| Binary | 1111011 | 10101011 | 10111111 | 100100 | 1010 | 0 | 11001 | 11000110 | 100011 | 111110 |
Color Harmonies of #7BABBF
Complementary color
Monochromatic Colors of #7BABBF
Black with #7BABBF
Text Example
Text Example
White with #7BABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABBF; }
p { color: rgb(123,171,191); }
H1.HeaderClassName
{
color: #7BABBF;
}
.AnyTagClassName
{
color: #7BABBF;
}
</style>
background-color css
<style>
a { background-color: #7BABBF; }
a { background-color: rgb(123,171,191); }
div.DivClassName
{
background-color: #7BABBF;
}
.BgClassName
{
background-color: #7BABBF;
}
</style>
border-color css
<style>
span { border-color: #7BABBF; }
span { border-color: rgb(123,171,191); }
td.TdClassName
{
border-color: #7BABBF;
}
.TagClassName
{
border-color: #7BABBF;
}
</style>