Shades of Glacier #7BADBB
Tints of Glacier #7BADBB
RGB
CMYK
RGB Variations
Color information
#7BADBB (or 0x7BADBB) is known color: Glacier. HEX triplet: 7B, AD and BB. RGB value is (123,173,187). Sum of RGB (Red+Green+Blue) = 123+173+187=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #7BADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADBB is #845244. Grayscale: #9F9F9F. Windows color (decimal): -8671813 or 12299643. OLE color: 12299643.
HSL color Cylindrical-coordinate representation of color #7BADBB: hue angle of 193.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BADBB is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 173 | 187 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.27 |
| HSL | 193.13º | 0.32% | 0.61% | - |
| HSV(B) | 193.13º | 0.34% | 0.73% | - |
| XYZ | 32.08 | 37.69 | 52.6 | - |
| YUV | 159.65 | 143.44 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 187 | 0.34 | 0.07 | 0 | 0.27 | 193.13 | 0.32 | 0.61 |
| Hex | 7B | AD | BB | 22 | 7 | 0 | 1B | C1 | 20 | 3D |
| Octal | 173 | 255 | 273 | 42 | 7 | 0 | 33 | 301 | 40 | 75 |
| Binary | 1111011 | 10101101 | 10111011 | 100010 | 111 | 0 | 11011 | 11000001 | 100000 | 111101 |
Color Harmonies of #7BADBB
Complementary color
Monochromatic Colors of #7BADBB
Black with #7BADBB
Text Example
Text Example
White with #7BADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADBB; }
p { color: rgb(123,173,187); }
H1.HeaderClassName
{
color: #7BADBB;
}
.AnyTagClassName
{
color: #7BADBB;
}
</style>
background-color css
<style>
a { background-color: #7BADBB; }
a { background-color: rgb(123,173,187); }
div.DivClassName
{
background-color: #7BADBB;
}
.BgClassName
{
background-color: #7BADBB;
}
</style>
border-color css
<style>
span { border-color: #7BADBB; }
span { border-color: rgb(123,173,187); }
td.TdClassName
{
border-color: #7BADBB;
}
.TagClassName
{
border-color: #7BADBB;
}
</style>