Shades of Glacier #7BBDC7
Tints of Glacier #7BBDC7
RGB
CMYK
RGB Variations
Color information
#7BBDC7 (or 0x7BBDC7) is known color: Glacier. HEX triplet: 7B, BD and C7. RGB value is (123,189,199). Sum of RGB (Red+Green+Blue) = 123+189+199=511 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.07% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 199 - color contains mainly: blue. Hex color #7BBDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBDC7 is #844238. Grayscale: #AAAAAA. Windows color (decimal): -8667705 or 13090171. OLE color: 13090171.
HSL color Cylindrical-coordinate representation of color #7BBDC7: hue angle of 187.89º 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 #7BBDC7 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 189 | 199 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.22 |
| HSL | 187.89º | 0.4% | 0.63% | - |
| HSV(B) | 187.89º | 0.38% | 0.78% | - |
| XYZ | 36.67 | 44.73 | 60.73 | - |
| YUV | 170.41 | 144.13 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 199 | 0.38 | 0.05 | 0 | 0.22 | 187.89 | 0.4 | 0.63 |
| Hex | 7B | BD | C7 | 26 | 5 | 0 | 16 | BC | 28 | 3F |
| Octal | 173 | 275 | 307 | 46 | 5 | 0 | 26 | 274 | 50 | 77 |
| Binary | 1111011 | 10111101 | 11000111 | 100110 | 101 | 0 | 10110 | 10111100 | 101000 | 111111 |
Color Harmonies of #7BBDC7
Complementary color
Monochromatic Colors of #7BBDC7
Black with #7BBDC7
Text Example
Text Example
White with #7BBDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBDC7; }
p { color: rgb(123,189,199); }
H1.HeaderClassName
{
color: #7BBDC7;
}
.AnyTagClassName
{
color: #7BBDC7;
}
</style>
background-color css
<style>
a { background-color: #7BBDC7; }
a { background-color: rgb(123,189,199); }
div.DivClassName
{
background-color: #7BBDC7;
}
.BgClassName
{
background-color: #7BBDC7;
}
</style>
border-color css
<style>
span { border-color: #7BBDC7; }
span { border-color: rgb(123,189,199); }
td.TdClassName
{
border-color: #7BBDC7;
}
.TagClassName
{
border-color: #7BBDC7;
}
</style>