Shades of Glacier #7ABDC1
Tints of Glacier #7ABDC1
RGB
CMYK
RGB Variations
Color information
#7ABDC1 (or 0x7ABDC1) is known color: Glacier. HEX triplet: 7A, BD and C1. RGB value is (122,189,193). Sum of RGB (Red+Green+Blue) = 122+189+193=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #7ABDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDC1 is #85423E. Grayscale: #A9A9A9. Windows color (decimal): -8733247 or 12696954. OLE color: 12696954.
HSL color Cylindrical-coordinate representation of color #7ABDC1: hue angle of 183.38º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7ABDC1 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 189 | 193 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.24 |
| HSL | 183.38º | 0.36% | 0.62% | - |
| HSV(B) | 183.38º | 0.37% | 0.76% | - |
| XYZ | 35.85 | 44.38 | 57.13 | - |
| YUV | 169.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 193 | 0.37 | 0.02 | 0 | 0.24 | 183.38 | 0.36 | 0.62 |
| Hex | 7A | BD | C1 | 25 | 2 | 0 | 18 | B7 | 24 | 3E |
| Octal | 172 | 275 | 301 | 45 | 2 | 0 | 30 | 267 | 44 | 76 |
| Binary | 1111010 | 10111101 | 11000001 | 100101 | 10 | 0 | 11000 | 10110111 | 100100 | 111110 |
Color Harmonies of #7ABDC1
Complementary color
Monochromatic Colors of #7ABDC1
Black with #7ABDC1
Text Example
Text Example
White with #7ABDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDC1; }
p { color: rgb(122,189,193); }
H1.HeaderClassName
{
color: #7ABDC1;
}
.AnyTagClassName
{
color: #7ABDC1;
}
</style>
background-color css
<style>
a { background-color: #7ABDC1; }
a { background-color: rgb(122,189,193); }
div.DivClassName
{
background-color: #7ABDC1;
}
.BgClassName
{
background-color: #7ABDC1;
}
</style>
border-color css
<style>
span { border-color: #7ABDC1; }
span { border-color: rgb(122,189,193); }
td.TdClassName
{
border-color: #7ABDC1;
}
.TagClassName
{
border-color: #7ABDC1;
}
</style>