Shades of Glacier #7BBEC7
Tints of Glacier #7BBEC7
RGB
CMYK
RGB Variations
Color information
#7BBEC7 (or 0x7BBEC7) is known color: Glacier. HEX triplet: 7B, BE and C7. RGB value is (123,190,199). Sum of RGB (Red+Green+Blue) = 123+190+199=512 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.02% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 199 - color contains mainly: blue. Hex color #7BBEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBEC7 is #844138. Grayscale: #AAAAAA. Windows color (decimal): -8667449 or 13090427. OLE color: 13090427.
HSL color Cylindrical-coordinate representation of color #7BBEC7: hue angle of 187.11º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BBEC7 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 190 | 199 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.22 |
| HSL | 187.11º | 0.4% | 0.63% | - |
| HSV(B) | 187.11º | 0.38% | 0.78% | - |
| XYZ | 36.89 | 45.16 | 60.81 | - |
| YUV | 170.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 199 | 0.38 | 0.05 | 0 | 0.22 | 187.11 | 0.4 | 0.63 |
| Hex | 7B | BE | C7 | 26 | 5 | 0 | 16 | BB | 28 | 3F |
| Octal | 173 | 276 | 307 | 46 | 5 | 0 | 26 | 273 | 50 | 77 |
| Binary | 1111011 | 10111110 | 11000111 | 100110 | 101 | 0 | 10110 | 10111011 | 101000 | 111111 |
Color Harmonies of #7BBEC7
Complementary color
Monochromatic Colors of #7BBEC7
Black with #7BBEC7
Text Example
Text Example
White with #7BBEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEC7; }
p { color: rgb(123,190,199); }
H1.HeaderClassName
{
color: #7BBEC7;
}
.AnyTagClassName
{
color: #7BBEC7;
}
</style>
background-color css
<style>
a { background-color: #7BBEC7; }
a { background-color: rgb(123,190,199); }
div.DivClassName
{
background-color: #7BBEC7;
}
.BgClassName
{
background-color: #7BBEC7;
}
</style>
border-color css
<style>
span { border-color: #7BBEC7; }
span { border-color: rgb(123,190,199); }
td.TdClassName
{
border-color: #7BBEC7;
}
.TagClassName
{
border-color: #7BBEC7;
}
</style>