Shades of Glacier #7BADBC
Tints of Glacier #7BADBC
RGB
CMYK
RGB Variations
Color information
#7BADBC (or 0x7BADBC) is known color: Glacier. HEX triplet: 7B, AD and BC. RGB value is (123,173,188). Sum of RGB (Red+Green+Blue) = 123+173+188=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #7BADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADBC is #845243. Grayscale: #9F9F9F. Windows color (decimal): -8671812 or 12365179. OLE color: 12365179.
HSL color Cylindrical-coordinate representation of color #7BADBC: hue angle of 193.85º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BADBC is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 173 | 188 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.26 |
| HSL | 193.85º | 0.33% | 0.61% | - |
| HSV(B) | 193.85º | 0.35% | 0.74% | - |
| XYZ | 32.19 | 37.73 | 53.16 | - |
| YUV | 159.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 188 | 0.35 | 0.08 | 0 | 0.26 | 193.85 | 0.33 | 0.61 |
| Hex | 7B | AD | BC | 23 | 8 | 0 | 1A | C2 | 21 | 3D |
| Octal | 173 | 255 | 274 | 43 | 10 | 0 | 32 | 302 | 41 | 75 |
| Binary | 1111011 | 10101101 | 10111100 | 100011 | 1000 | 0 | 11010 | 11000010 | 100001 | 111101 |
Color Harmonies of #7BADBC
Complementary color
Monochromatic Colors of #7BADBC
Black with #7BADBC
Text Example
Text Example
White with #7BADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADBC; }
p { color: rgb(123,173,188); }
H1.HeaderClassName
{
color: #7BADBC;
}
.AnyTagClassName
{
color: #7BADBC;
}
</style>
background-color css
<style>
a { background-color: #7BADBC; }
a { background-color: rgb(123,173,188); }
div.DivClassName
{
background-color: #7BADBC;
}
.BgClassName
{
background-color: #7BADBC;
}
</style>
border-color css
<style>
span { border-color: #7BADBC; }
span { border-color: rgb(123,173,188); }
td.TdClassName
{
border-color: #7BADBC;
}
.TagClassName
{
border-color: #7BADBC;
}
</style>