Shades of Glacier #7BB4BB
Tints of Glacier #7BB4BB
RGB
CMYK
RGB Variations
Color information
#7BB4BB (or 0x7BB4BB) is known color: Glacier. HEX triplet: 7B, B4 and BB. RGB value is (123,180,187). Sum of RGB (Red+Green+Blue) = 123+180+187=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #7BB4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB4BB is #844B44. Grayscale: #A3A3A3. Windows color (decimal): -8670021 or 12301435. OLE color: 12301435.
HSL color Cylindrical-coordinate representation of color #7BB4BB: hue angle of 186.56º 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 #7BB4BB is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 180 | 187 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.27 |
| HSL | 186.56º | 0.32% | 0.61% | - |
| HSV(B) | 186.56º | 0.34% | 0.73% | - |
| XYZ | 33.46 | 40.44 | 53.06 | - |
| YUV | 163.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 187 | 0.34 | 0.04 | 0 | 0.27 | 186.56 | 0.32 | 0.61 |
| Hex | 7B | B4 | BB | 22 | 4 | 0 | 1B | BB | 20 | 3D |
| Octal | 173 | 264 | 273 | 42 | 4 | 0 | 33 | 273 | 40 | 75 |
| Binary | 1111011 | 10110100 | 10111011 | 100010 | 100 | 0 | 11011 | 10111011 | 100000 | 111101 |
Color Harmonies of #7BB4BB
Complementary color
Monochromatic Colors of #7BB4BB
Black with #7BB4BB
Text Example
Text Example
White with #7BB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB4BB; }
p { color: rgb(123,180,187); }
H1.HeaderClassName
{
color: #7BB4BB;
}
.AnyTagClassName
{
color: #7BB4BB;
}
</style>
background-color css
<style>
a { background-color: #7BB4BB; }
a { background-color: rgb(123,180,187); }
div.DivClassName
{
background-color: #7BB4BB;
}
.BgClassName
{
background-color: #7BB4BB;
}
</style>
border-color css
<style>
span { border-color: #7BB4BB; }
span { border-color: rgb(123,180,187); }
td.TdClassName
{
border-color: #7BB4BB;
}
.TagClassName
{
border-color: #7BB4BB;
}
</style>