Shades of Glacier #7BBCC3
Tints of Glacier #7BBCC3
RGB
CMYK
RGB Variations
Color information
#7BBCC3 (or 0x7BBCC3) is known color: Glacier. HEX triplet: 7B, BC and C3. RGB value is (123,188,195). Sum of RGB (Red+Green+Blue) = 123+188+195=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #7BBCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCC3 is #84433C. Grayscale: #A9A9A9. Windows color (decimal): -8667965 or 12827771. OLE color: 12827771.
HSL color Cylindrical-coordinate representation of color #7BBCC3: hue angle of 185.83º degrees, saturation: 0.38, 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 #7BBCC3 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 188 | 195 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.24 |
| HSL | 185.83º | 0.38% | 0.62% | - |
| HSV(B) | 185.83º | 0.37% | 0.76% | - |
| XYZ | 36 | 44.12 | 58.25 | - |
| YUV | 169.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 195 | 0.37 | 0.04 | 0 | 0.24 | 185.83 | 0.38 | 0.62 |
| Hex | 7B | BC | C3 | 25 | 4 | 0 | 18 | BA | 26 | 3E |
| Octal | 173 | 274 | 303 | 45 | 4 | 0 | 30 | 272 | 46 | 76 |
| Binary | 1111011 | 10111100 | 11000011 | 100101 | 100 | 0 | 11000 | 10111010 | 100110 | 111110 |
Color Harmonies of #7BBCC3
Complementary color
Monochromatic Colors of #7BBCC3
Black with #7BBCC3
Text Example
Text Example
White with #7BBCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCC3; }
p { color: rgb(123,188,195); }
H1.HeaderClassName
{
color: #7BBCC3;
}
.AnyTagClassName
{
color: #7BBCC3;
}
</style>
background-color css
<style>
a { background-color: #7BBCC3; }
a { background-color: rgb(123,188,195); }
div.DivClassName
{
background-color: #7BBCC3;
}
.BgClassName
{
background-color: #7BBCC3;
}
</style>
border-color css
<style>
span { border-color: #7BBCC3; }
span { border-color: rgb(123,188,195); }
td.TdClassName
{
border-color: #7BBCC3;
}
.TagClassName
{
border-color: #7BBCC3;
}
</style>