Shades of Glacier #7AB4C1
Tints of Glacier #7AB4C1
RGB
CMYK
RGB Variations
Color information
#7AB4C1 (or 0x7AB4C1) is known color: Glacier. HEX triplet: 7A, B4 and C1. RGB value is (122,180,193). Sum of RGB (Red+Green+Blue) = 122+180+193=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #7AB4C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB4C1 is #854B3E. Grayscale: #A4A4A4. Windows color (decimal): -8735551 or 12694650. OLE color: 12694650.
HSL color Cylindrical-coordinate representation of color #7AB4C1: hue angle of 190.99º 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 #7AB4C1 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 180 | 193 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.24 |
| HSL | 190.99º | 0.36% | 0.62% | - |
| HSV(B) | 190.99º | 0.37% | 0.76% | - |
| XYZ | 33.97 | 40.63 | 56.5 | - |
| YUV | 164.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 193 | 0.37 | 0.07 | 0 | 0.24 | 190.99 | 0.36 | 0.62 |
| Hex | 7A | B4 | C1 | 25 | 7 | 0 | 18 | BF | 24 | 3E |
| Octal | 172 | 264 | 301 | 45 | 7 | 0 | 30 | 277 | 44 | 76 |
| Binary | 1111010 | 10110100 | 11000001 | 100101 | 111 | 0 | 11000 | 10111111 | 100100 | 111110 |
Color Harmonies of #7AB4C1
Complementary color
Monochromatic Colors of #7AB4C1
Black with #7AB4C1
Text Example
Text Example
White with #7AB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB4C1; }
p { color: rgb(122,180,193); }
H1.HeaderClassName
{
color: #7AB4C1;
}
.AnyTagClassName
{
color: #7AB4C1;
}
</style>
background-color css
<style>
a { background-color: #7AB4C1; }
a { background-color: rgb(122,180,193); }
div.DivClassName
{
background-color: #7AB4C1;
}
.BgClassName
{
background-color: #7AB4C1;
}
</style>
border-color css
<style>
span { border-color: #7AB4C1; }
span { border-color: rgb(122,180,193); }
td.TdClassName
{
border-color: #7AB4C1;
}
.TagClassName
{
border-color: #7AB4C1;
}
</style>