Shades of Glacier #7BBEC8
Tints of Glacier #7BBEC8
RGB
CMYK
RGB Variations
Color information
#7BBEC8 (or 0x7BBEC8) is known color: Glacier. HEX triplet: 7B, BE and C8. RGB value is (123,190,200). Sum of RGB (Red+Green+Blue) = 123+190+200=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #7BBEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBEC8 is #844137. Grayscale: #ABABAB. Windows color (decimal): -8667448 or 13155963. OLE color: 13155963.
HSL color Cylindrical-coordinate representation of color #7BBEC8: hue angle of 187.79º degrees, saturation: 0.41, 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 #7BBEC8 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 190 | 200 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.22 |
| HSL | 187.79º | 0.41% | 0.63% | - |
| HSV(B) | 187.79º | 0.39% | 0.78% | - |
| XYZ | 37.01 | 45.21 | 61.42 | - |
| YUV | 171.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 200 | 0.38 | 0.05 | 0 | 0.22 | 187.79 | 0.41 | 0.63 |
| Hex | 7B | BE | C8 | 26 | 5 | 0 | 16 | BC | 29 | 3F |
| Octal | 173 | 276 | 310 | 46 | 5 | 0 | 26 | 274 | 51 | 77 |
| Binary | 1111011 | 10111110 | 11001000 | 100110 | 101 | 0 | 10110 | 10111100 | 101001 | 111111 |
Color Harmonies of #7BBEC8
Complementary color
Monochromatic Colors of #7BBEC8
Black with #7BBEC8
Text Example
Text Example
White with #7BBEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEC8; }
p { color: rgb(123,190,200); }
H1.HeaderClassName
{
color: #7BBEC8;
}
.AnyTagClassName
{
color: #7BBEC8;
}
</style>
background-color css
<style>
a { background-color: #7BBEC8; }
a { background-color: rgb(123,190,200); }
div.DivClassName
{
background-color: #7BBEC8;
}
.BgClassName
{
background-color: #7BBEC8;
}
</style>
border-color css
<style>
span { border-color: #7BBEC8; }
span { border-color: rgb(123,190,200); }
td.TdClassName
{
border-color: #7BBEC8;
}
.TagClassName
{
border-color: #7BBEC8;
}
</style>