Shades of Glacier #7BADB7
Tints of Glacier #7BADB7
RGB
CMYK
RGB Variations
Color information
#7BADB7 (or 0x7BADB7) is known color: Glacier. HEX triplet: 7B, AD and B7. RGB value is (123,173,183). Sum of RGB (Red+Green+Blue) = 123+173+183=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 183 - color contains mainly: blue. Hex color #7BADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADB7 is #845248. Grayscale: #9F9F9F. Windows color (decimal): -8671817 or 12037499. OLE color: 12037499.
HSL color Cylindrical-coordinate representation of color #7BADB7: hue angle of 190º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7BADB7 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 173 | 183 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.28 |
| HSL | 190º | 0.29% | 0.6% | - |
| HSV(B) | 190º | 0.33% | 0.72% | - |
| XYZ | 31.66 | 37.52 | 50.37 | - |
| YUV | 159.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 183 | 0.33 | 0.05 | 0 | 0.28 | 190 | 0.29 | 0.6 |
| Hex | 7B | AD | B7 | 21 | 5 | 0 | 1C | BE | 1D | 3C |
| Octal | 173 | 255 | 267 | 41 | 5 | 0 | 34 | 276 | 35 | 74 |
| Binary | 1111011 | 10101101 | 10110111 | 100001 | 101 | 0 | 11100 | 10111110 | 11101 | 111100 |
Color Harmonies of #7BADB7
Complementary color
Monochromatic Colors of #7BADB7
Black with #7BADB7
Text Example
Text Example
White with #7BADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADB7; }
p { color: rgb(123,173,183); }
H1.HeaderClassName
{
color: #7BADB7;
}
.AnyTagClassName
{
color: #7BADB7;
}
</style>
background-color css
<style>
a { background-color: #7BADB7; }
a { background-color: rgb(123,173,183); }
div.DivClassName
{
background-color: #7BADB7;
}
.BgClassName
{
background-color: #7BADB7;
}
</style>
border-color css
<style>
span { border-color: #7BADB7; }
span { border-color: rgb(123,173,183); }
td.TdClassName
{
border-color: #7BADB7;
}
.TagClassName
{
border-color: #7BADB7;
}
</style>