Shades of Glacier #7BB8BE
Tints of Glacier #7BB8BE
RGB
CMYK
RGB Variations
Color information
#7BB8BE (or 0x7BB8BE) is known color: Glacier. HEX triplet: 7B, B8 and BE. RGB value is (123,184,190). Sum of RGB (Red+Green+Blue) = 123+184+190=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BB8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB8BE is #844741. Grayscale: #A6A6A6. Windows color (decimal): -8668994 or 12499067. OLE color: 12499067.
HSL color Cylindrical-coordinate representation of color #7BB8BE: hue angle of 185.37º 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 #7BB8BE is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 184 | 190 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.25 |
| HSL | 185.37º | 0.34% | 0.61% | - |
| HSV(B) | 185.37º | 0.35% | 0.75% | - |
| XYZ | 34.6 | 42.21 | 55.04 | - |
| YUV | 166.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 184 | 190 | 0.35 | 0.03 | 0 | 0.25 | 185.37 | 0.34 | 0.61 |
| Hex | 7B | B8 | BE | 23 | 3 | 0 | 19 | B9 | 22 | 3D |
| Octal | 173 | 270 | 276 | 43 | 3 | 0 | 31 | 271 | 42 | 75 |
| Binary | 1111011 | 10111000 | 10111110 | 100011 | 11 | 0 | 11001 | 10111001 | 100010 | 111101 |
Color Harmonies of #7BB8BE
Complementary color
Monochromatic Colors of #7BB8BE
Black with #7BB8BE
Text Example
Text Example
White with #7BB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB8BE; }
p { color: rgb(123,184,190); }
H1.HeaderClassName
{
color: #7BB8BE;
}
.AnyTagClassName
{
color: #7BB8BE;
}
</style>
background-color css
<style>
a { background-color: #7BB8BE; }
a { background-color: rgb(123,184,190); }
div.DivClassName
{
background-color: #7BB8BE;
}
.BgClassName
{
background-color: #7BB8BE;
}
</style>
border-color css
<style>
span { border-color: #7BB8BE; }
span { border-color: rgb(123,184,190); }
td.TdClassName
{
border-color: #7BB8BE;
}
.TagClassName
{
border-color: #7BB8BE;
}
</style>