Shades of Glacier #7BADBE
Tints of Glacier #7BADBE
RGB
CMYK
RGB Variations
Color information
#7BADBE (or 0x7BADBE) is known color: Glacier. HEX triplet: 7B, AD and BE. RGB value is (123,173,190). Sum of RGB (Red+Green+Blue) = 123+173+190=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADBE is #845241. Grayscale: #9F9F9F. Windows color (decimal): -8671810 or 12496251. OLE color: 12496251.
HSL color Cylindrical-coordinate representation of color #7BADBE: hue angle of 195.22º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BADBE is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 173 | 190 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.25 |
| HSL | 195.22º | 0.34% | 0.61% | - |
| HSV(B) | 195.22º | 0.35% | 0.75% | - |
| XYZ | 32.41 | 37.82 | 54.31 | - |
| YUV | 159.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 190 | 0.35 | 0.09 | 0 | 0.25 | 195.22 | 0.34 | 0.61 |
| Hex | 7B | AD | BE | 23 | 9 | 0 | 19 | C3 | 22 | 3D |
| Octal | 173 | 255 | 276 | 43 | 11 | 0 | 31 | 303 | 42 | 75 |
| Binary | 1111011 | 10101101 | 10111110 | 100011 | 1001 | 0 | 11001 | 11000011 | 100010 | 111101 |
Color Harmonies of #7BADBE
Complementary color
Monochromatic Colors of #7BADBE
Black with #7BADBE
Text Example
Text Example
White with #7BADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADBE; }
p { color: rgb(123,173,190); }
H1.HeaderClassName
{
color: #7BADBE;
}
.AnyTagClassName
{
color: #7BADBE;
}
</style>
background-color css
<style>
a { background-color: #7BADBE; }
a { background-color: rgb(123,173,190); }
div.DivClassName
{
background-color: #7BADBE;
}
.BgClassName
{
background-color: #7BADBE;
}
</style>
border-color css
<style>
span { border-color: #7BADBE; }
span { border-color: rgb(123,173,190); }
td.TdClassName
{
border-color: #7BADBE;
}
.TagClassName
{
border-color: #7BADBE;
}
</style>