Shades of Glacier #7BAEBC
Tints of Glacier #7BAEBC
RGB
CMYK
RGB Variations
Color information
#7BAEBC (or 0x7BAEBC) is known color: Glacier. HEX triplet: 7B, AE and BC. RGB value is (123,174,188). Sum of RGB (Red+Green+Blue) = 123+174+188=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #7BAEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAEBC is #845143. Grayscale: #A0A0A0. Windows color (decimal): -8671556 or 12365435. OLE color: 12365435.
HSL color Cylindrical-coordinate representation of color #7BAEBC: hue angle of 192.92º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BAEBC is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 174 | 188 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.26 |
| HSL | 192.92º | 0.33% | 0.61% | - |
| HSV(B) | 192.92º | 0.35% | 0.74% | - |
| XYZ | 32.38 | 38.11 | 53.23 | - |
| YUV | 160.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 188 | 0.35 | 0.07 | 0 | 0.26 | 192.92 | 0.33 | 0.61 |
| Hex | 7B | AE | BC | 23 | 7 | 0 | 1A | C1 | 21 | 3D |
| Octal | 173 | 256 | 274 | 43 | 7 | 0 | 32 | 301 | 41 | 75 |
| Binary | 1111011 | 10101110 | 10111100 | 100011 | 111 | 0 | 11010 | 11000001 | 100001 | 111101 |
Color Harmonies of #7BAEBC
Complementary color
Monochromatic Colors of #7BAEBC
Black with #7BAEBC
Text Example
Text Example
White with #7BAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAEBC; }
p { color: rgb(123,174,188); }
H1.HeaderClassName
{
color: #7BAEBC;
}
.AnyTagClassName
{
color: #7BAEBC;
}
</style>
background-color css
<style>
a { background-color: #7BAEBC; }
a { background-color: rgb(123,174,188); }
div.DivClassName
{
background-color: #7BAEBC;
}
.BgClassName
{
background-color: #7BAEBC;
}
</style>
border-color css
<style>
span { border-color: #7BAEBC; }
span { border-color: rgb(123,174,188); }
td.TdClassName
{
border-color: #7BAEBC;
}
.TagClassName
{
border-color: #7BAEBC;
}
</style>