Shades of Glacier #7ABCBD
Tints of Glacier #7ABCBD
RGB
CMYK
RGB Variations
Color information
#7ABCBD (or 0x7ABCBD) is known color: Glacier. HEX triplet: 7A, BC and BD. RGB value is (122,188,189). Sum of RGB (Red+Green+Blue) = 122+188+189=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 188 (73.83% from 255 or 37.68% 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 #7ABCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCBD is #854342. Grayscale: #A8A8A8. Windows color (decimal): -8733507 or 12434554. OLE color: 12434554.
HSL color Cylindrical-coordinate representation of color #7ABCBD: hue angle of 180.9º degrees, saturation: 0.34, 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 #7ABCBD is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 189 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.26 |
| HSL | 180.9º | 0.34% | 0.61% | - |
| HSV(B) | 180.9º | 0.35% | 0.74% | - |
| XYZ | 35.19 | 43.78 | 54.74 | - |
| YUV | 168.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 189 | 0.35 | 0.01 | 0 | 0.26 | 180.9 | 0.34 | 0.61 |
| Hex | 7A | BC | BD | 23 | 1 | 0 | 1A | B5 | 22 | 3D |
| Octal | 172 | 274 | 275 | 43 | 1 | 0 | 32 | 265 | 42 | 75 |
| Binary | 1111010 | 10111100 | 10111101 | 100011 | 1 | 0 | 11010 | 10110101 | 100010 | 111101 |
Color Harmonies of #7ABCBD
Complementary color
Monochromatic Colors of #7ABCBD
Black with #7ABCBD
Text Example
Text Example
White with #7ABCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCBD; }
p { color: rgb(122,188,189); }
H1.HeaderClassName
{
color: #7ABCBD;
}
.AnyTagClassName
{
color: #7ABCBD;
}
</style>
background-color css
<style>
a { background-color: #7ABCBD; }
a { background-color: rgb(122,188,189); }
div.DivClassName
{
background-color: #7ABCBD;
}
.BgClassName
{
background-color: #7ABCBD;
}
</style>
border-color css
<style>
span { border-color: #7ABCBD; }
span { border-color: rgb(122,188,189); }
td.TdClassName
{
border-color: #7ABCBD;
}
.TagClassName
{
border-color: #7ABCBD;
}
</style>