Shades of Glacier #7BBFC8
Tints of Glacier #7BBFC8
RGB
CMYK
RGB Variations
Color information
#7BBFC8 (or 0x7BBFC8) is known color: Glacier. HEX triplet: 7B, BF and C8. RGB value is (123,191,200). Sum of RGB (Red+Green+Blue) = 123+191+200=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 200 - color contains mainly: blue. Hex color #7BBFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBFC8 is #844037. Grayscale: #ABABAB. Windows color (decimal): -8667192 or 13156219. OLE color: 13156219.
HSL color Cylindrical-coordinate representation of color #7BBFC8: hue angle of 187.01º 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 #7BBFC8 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 191 | 200 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.22 |
| HSL | 187.01º | 0.41% | 0.63% | - |
| HSV(B) | 187.01º | 0.39% | 0.78% | - |
| XYZ | 37.22 | 45.64 | 61.49 | - |
| YUV | 171.69 | 143.97 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 191 | 200 | 0.38 | 0.04 | 0 | 0.22 | 187.01 | 0.41 | 0.63 |
| Hex | 7B | BF | C8 | 26 | 4 | 0 | 16 | BB | 29 | 3F |
| Octal | 173 | 277 | 310 | 46 | 4 | 0 | 26 | 273 | 51 | 77 |
| Binary | 1111011 | 10111111 | 11001000 | 100110 | 100 | 0 | 10110 | 10111011 | 101001 | 111111 |
Color Harmonies of #7BBFC8
Complementary color
Monochromatic Colors of #7BBFC8
Black with #7BBFC8
Text Example
Text Example
White with #7BBFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBFC8; }
p { color: rgb(123,191,200); }
H1.HeaderClassName
{
color: #7BBFC8;
}
.AnyTagClassName
{
color: #7BBFC8;
}
</style>
background-color css
<style>
a { background-color: #7BBFC8; }
a { background-color: rgb(123,191,200); }
div.DivClassName
{
background-color: #7BBFC8;
}
.BgClassName
{
background-color: #7BBFC8;
}
</style>
border-color css
<style>
span { border-color: #7BBFC8; }
span { border-color: rgb(123,191,200); }
td.TdClassName
{
border-color: #7BBFC8;
}
.TagClassName
{
border-color: #7BBFC8;
}
</style>