Shades of Glacier #7CBBC1
Tints of Glacier #7CBBC1
RGB
CMYK
RGB Variations
Color information
#7CBBC1 (or 0x7CBBC1) is known color: Glacier. HEX triplet: 7C, BB and C1. RGB value is (124,187,193). Sum of RGB (Red+Green+Blue) = 124+187+193=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #7CBBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBBC1 is #83443E. Grayscale: #A8A8A8. Windows color (decimal): -8602687 or 12696444. OLE color: 12696444.
HSL color Cylindrical-coordinate representation of color #7CBBC1: hue angle of 185.22º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CBBC1 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 187 | 193 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.24 |
| HSL | 185.22º | 0.36% | 0.62% | - |
| HSV(B) | 185.22º | 0.36% | 0.76% | - |
| XYZ | 35.71 | 43.68 | 57 | - |
| YUV | 168.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 193 | 0.36 | 0.03 | 0 | 0.24 | 185.22 | 0.36 | 0.62 |
| Hex | 7C | BB | C1 | 24 | 3 | 0 | 18 | B9 | 24 | 3E |
| Octal | 174 | 273 | 301 | 44 | 3 | 0 | 30 | 271 | 44 | 76 |
| Binary | 1111100 | 10111011 | 11000001 | 100100 | 11 | 0 | 11000 | 10111001 | 100100 | 111110 |
Color Harmonies of #7CBBC1
Complementary color
Monochromatic Colors of #7CBBC1
Black with #7CBBC1
Text Example
Text Example
White with #7CBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBBC1; }
p { color: rgb(124,187,193); }
H1.HeaderClassName
{
color: #7CBBC1;
}
.AnyTagClassName
{
color: #7CBBC1;
}
</style>
background-color css
<style>
a { background-color: #7CBBC1; }
a { background-color: rgb(124,187,193); }
div.DivClassName
{
background-color: #7CBBC1;
}
.BgClassName
{
background-color: #7CBBC1;
}
</style>
border-color css
<style>
span { border-color: #7CBBC1; }
span { border-color: rgb(124,187,193); }
td.TdClassName
{
border-color: #7CBBC1;
}
.TagClassName
{
border-color: #7CBBC1;
}
</style>