Shades of Glacier #7CBABD
Tints of Glacier #7CBABD
RGB
CMYK
RGB Variations
Color information
#7CBABD (or 0x7CBABD) is known color: Glacier. HEX triplet: 7C, BA and BD. RGB value is (124,186,189). Sum of RGB (Red+Green+Blue) = 124+186+189=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #7CBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBABD is #834542. Grayscale: #A7A7A7. Windows color (decimal): -8602947 or 12434044. OLE color: 12434044.
HSL color Cylindrical-coordinate representation of color #7CBABD: hue angle of 182.77º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBABD is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 186 | 189 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.26 |
| HSL | 182.77º | 0.33% | 0.61% | - |
| HSV(B) | 182.77º | 0.34% | 0.74% | - |
| XYZ | 35.06 | 43.08 | 54.61 | - |
| YUV | 167.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 189 | 0.34 | 0.02 | 0 | 0.26 | 182.77 | 0.33 | 0.61 |
| Hex | 7C | BA | BD | 22 | 2 | 0 | 1A | B7 | 21 | 3D |
| Octal | 174 | 272 | 275 | 42 | 2 | 0 | 32 | 267 | 41 | 75 |
| Binary | 1111100 | 10111010 | 10111101 | 100010 | 10 | 0 | 11010 | 10110111 | 100001 | 111101 |
Color Harmonies of #7CBABD
Complementary color
Monochromatic Colors of #7CBABD
Black with #7CBABD
Text Example
Text Example
White with #7CBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBABD; }
p { color: rgb(124,186,189); }
H1.HeaderClassName
{
color: #7CBABD;
}
.AnyTagClassName
{
color: #7CBABD;
}
</style>
background-color css
<style>
a { background-color: #7CBABD; }
a { background-color: rgb(124,186,189); }
div.DivClassName
{
background-color: #7CBABD;
}
.BgClassName
{
background-color: #7CBABD;
}
</style>
border-color css
<style>
span { border-color: #7CBABD; }
span { border-color: rgb(124,186,189); }
td.TdClassName
{
border-color: #7CBABD;
}
.TagClassName
{
border-color: #7CBABD;
}
</style>