Shades of Glacier #7BBCC2
Tints of Glacier #7BBCC2
RGB
CMYK
RGB Variations
Color information
#7BBCC2 (or 0x7BBCC2) is known color: Glacier. HEX triplet: 7B, BC and C2. RGB value is (123,188,194). Sum of RGB (Red+Green+Blue) = 123+188+194=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #7BBCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCC2 is #84433D. Grayscale: #A9A9A9. Windows color (decimal): -8667966 or 12762235. OLE color: 12762235.
HSL color Cylindrical-coordinate representation of color #7BBCC2: hue angle of 185.07º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BBCC2 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 188 | 194 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.24 |
| HSL | 185.07º | 0.37% | 0.62% | - |
| HSV(B) | 185.07º | 0.37% | 0.76% | - |
| XYZ | 35.89 | 44.07 | 57.65 | - |
| YUV | 169.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 194 | 0.37 | 0.03 | 0 | 0.24 | 185.07 | 0.37 | 0.62 |
| Hex | 7B | BC | C2 | 25 | 3 | 0 | 18 | B9 | 25 | 3E |
| Octal | 173 | 274 | 302 | 45 | 3 | 0 | 30 | 271 | 45 | 76 |
| Binary | 1111011 | 10111100 | 11000010 | 100101 | 11 | 0 | 11000 | 10111001 | 100101 | 111110 |
Color Harmonies of #7BBCC2
Complementary color
Monochromatic Colors of #7BBCC2
Black with #7BBCC2
Text Example
Text Example
White with #7BBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCC2; }
p { color: rgb(123,188,194); }
H1.HeaderClassName
{
color: #7BBCC2;
}
.AnyTagClassName
{
color: #7BBCC2;
}
</style>
background-color css
<style>
a { background-color: #7BBCC2; }
a { background-color: rgb(123,188,194); }
div.DivClassName
{
background-color: #7BBCC2;
}
.BgClassName
{
background-color: #7BBCC2;
}
</style>
border-color css
<style>
span { border-color: #7BBCC2; }
span { border-color: rgb(123,188,194); }
td.TdClassName
{
border-color: #7BBCC2;
}
.TagClassName
{
border-color: #7BBCC2;
}
</style>