Shades of Glacier #7CABBF
Tints of Glacier #7CABBF
RGB
CMYK
RGB Variations
Color information
#7CABBF (or 0x7CABBF) is known color: Glacier. HEX triplet: 7C, AB and BF. RGB value is (124,171,191). Sum of RGB (Red+Green+Blue) = 124+171+191=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #7CABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABBF is #835440. Grayscale: #9F9F9F. Windows color (decimal): -8606785 or 12561276. OLE color: 12561276.
HSL color Cylindrical-coordinate representation of color #7CABBF: hue angle of 197.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CABBF is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 171 | 191 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.25 |
| HSL | 197.91º | 0.34% | 0.62% | - |
| HSV(B) | 197.91º | 0.35% | 0.75% | - |
| XYZ | 32.28 | 37.17 | 54.76 | - |
| YUV | 159.23 | 145.93 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 191 | 0.35 | 0.10 | 0 | 0.25 | 197.91 | 0.34 | 0.62 |
| Hex | 7C | AB | BF | 23 | A | 0 | 19 | C6 | 22 | 3E |
| Octal | 174 | 253 | 277 | 43 | 12 | 0 | 31 | 306 | 42 | 76 |
| Binary | 1111100 | 10101011 | 10111111 | 100011 | 1010 | 0 | 11001 | 11000110 | 100010 | 111110 |
Color Harmonies of #7CABBF
Complementary color
Monochromatic Colors of #7CABBF
Black with #7CABBF
Text Example
Text Example
White with #7CABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CABBF; }
p { color: rgb(124,171,191); }
H1.HeaderClassName
{
color: #7CABBF;
}
.AnyTagClassName
{
color: #7CABBF;
}
</style>
background-color css
<style>
a { background-color: #7CABBF; }
a { background-color: rgb(124,171,191); }
div.DivClassName
{
background-color: #7CABBF;
}
.BgClassName
{
background-color: #7CABBF;
}
</style>
border-color css
<style>
span { border-color: #7CABBF; }
span { border-color: rgb(124,171,191); }
td.TdClassName
{
border-color: #7CABBF;
}
.TagClassName
{
border-color: #7CABBF;
}
</style>