Shades of Glacier #7BADC4
Tints of Glacier #7BADC4
RGB
CMYK
RGB Variations
Color information
#7BADC4 (or 0x7BADC4) is known color: Glacier. HEX triplet: 7B, AD and C4. RGB value is (123,173,196). Sum of RGB (Red+Green+Blue) = 123+173+196=492 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #7BADC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADC4 is #84523B. Grayscale: #A0A0A0. Windows color (decimal): -8671804 or 12889467. OLE color: 12889467.
HSL color Cylindrical-coordinate representation of color #7BADC4: hue angle of 198.9º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BADC4 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 173 | 196 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.23 |
| HSL | 198.9º | 0.38% | 0.63% | - |
| HSV(B) | 198.9º | 0.37% | 0.77% | - |
| XYZ | 33.08 | 38.08 | 57.83 | - |
| YUV | 160.67 | 147.94 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 196 | 0.37 | 0.12 | 0 | 0.23 | 198.9 | 0.38 | 0.63 |
| Hex | 7B | AD | C4 | 25 | C | 0 | 17 | C7 | 26 | 3F |
| Octal | 173 | 255 | 304 | 45 | 14 | 0 | 27 | 307 | 46 | 77 |
| Binary | 1111011 | 10101101 | 11000100 | 100101 | 1100 | 0 | 10111 | 11000111 | 100110 | 111111 |
Color Harmonies of #7BADC4
Complementary color
Monochromatic Colors of #7BADC4
Black with #7BADC4
Text Example
Text Example
White with #7BADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADC4; }
p { color: rgb(123,173,196); }
H1.HeaderClassName
{
color: #7BADC4;
}
.AnyTagClassName
{
color: #7BADC4;
}
</style>
background-color css
<style>
a { background-color: #7BADC4; }
a { background-color: rgb(123,173,196); }
div.DivClassName
{
background-color: #7BADC4;
}
.BgClassName
{
background-color: #7BADC4;
}
</style>
border-color css
<style>
span { border-color: #7BADC4; }
span { border-color: rgb(123,173,196); }
td.TdClassName
{
border-color: #7BADC4;
}
.TagClassName
{
border-color: #7BADC4;
}
</style>