Shades of Glacier #7BAFBC
Tints of Glacier #7BAFBC
RGB
CMYK
RGB Variations
Color information
#7BAFBC (or 0x7BAFBC) is known color: Glacier. HEX triplet: 7B, AF and BC. RGB value is (123,175,188). Sum of RGB (Red+Green+Blue) = 123+175+188=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #7BAFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFBC is #845043. Grayscale: #A0A0A0. Windows color (decimal): -8671300 or 12365691. OLE color: 12365691.
HSL color Cylindrical-coordinate representation of color #7BAFBC: hue angle of 192º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BAFBC is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 175 | 188 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.26 |
| HSL | 192º | 0.33% | 0.61% | - |
| HSV(B) | 192º | 0.35% | 0.74% | - |
| XYZ | 32.58 | 38.5 | 53.29 | - |
| YUV | 160.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 188 | 0.35 | 0.07 | 0 | 0.26 | 192 | 0.33 | 0.61 |
| Hex | 7B | AF | BC | 23 | 7 | 0 | 1A | C0 | 21 | 3D |
| Octal | 173 | 257 | 274 | 43 | 7 | 0 | 32 | 300 | 41 | 75 |
| Binary | 1111011 | 10101111 | 10111100 | 100011 | 111 | 0 | 11010 | 11000000 | 100001 | 111101 |
Color Harmonies of #7BAFBC
Complementary color
Monochromatic Colors of #7BAFBC
Black with #7BAFBC
Text Example
Text Example
White with #7BAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAFBC; }
p { color: rgb(123,175,188); }
H1.HeaderClassName
{
color: #7BAFBC;
}
.AnyTagClassName
{
color: #7BAFBC;
}
</style>
background-color css
<style>
a { background-color: #7BAFBC; }
a { background-color: rgb(123,175,188); }
div.DivClassName
{
background-color: #7BAFBC;
}
.BgClassName
{
background-color: #7BAFBC;
}
</style>
border-color css
<style>
span { border-color: #7BAFBC; }
span { border-color: rgb(123,175,188); }
td.TdClassName
{
border-color: #7BAFBC;
}
.TagClassName
{
border-color: #7BAFBC;
}
</style>