Shades of Glacier #7CBEC2
Tints of Glacier #7CBEC2
RGB
CMYK
RGB Variations
Color information
#7CBEC2 (or 0x7CBEC2) is known color: Glacier. HEX triplet: 7C, BE and C2. RGB value is (124,190,194). Sum of RGB (Red+Green+Blue) = 124+190+194=508 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.41% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #7CBEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBEC2 is #83413D. Grayscale: #AAAAAA. Windows color (decimal): -8601918 or 12762748. OLE color: 12762748.
HSL color Cylindrical-coordinate representation of color #7CBEC2: hue angle of 183.43º 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 #7CBEC2 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 190 | 194 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.24 |
| HSL | 183.43º | 0.36% | 0.62% | - |
| HSV(B) | 183.43º | 0.36% | 0.76% | - |
| XYZ | 36.46 | 45.01 | 57.8 | - |
| YUV | 170.72 | 141.13 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 194 | 0.36 | 0.02 | 0 | 0.24 | 183.43 | 0.36 | 0.62 |
| Hex | 7C | BE | C2 | 24 | 2 | 0 | 18 | B7 | 24 | 3E |
| Octal | 174 | 276 | 302 | 44 | 2 | 0 | 30 | 267 | 44 | 76 |
| Binary | 1111100 | 10111110 | 11000010 | 100100 | 10 | 0 | 11000 | 10110111 | 100100 | 111110 |
Color Harmonies of #7CBEC2
Complementary color
Monochromatic Colors of #7CBEC2
Black with #7CBEC2
Text Example
Text Example
White with #7CBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBEC2; }
p { color: rgb(124,190,194); }
H1.HeaderClassName
{
color: #7CBEC2;
}
.AnyTagClassName
{
color: #7CBEC2;
}
</style>
background-color css
<style>
a { background-color: #7CBEC2; }
a { background-color: rgb(124,190,194); }
div.DivClassName
{
background-color: #7CBEC2;
}
.BgClassName
{
background-color: #7CBEC2;
}
</style>
border-color css
<style>
span { border-color: #7CBEC2; }
span { border-color: rgb(124,190,194); }
td.TdClassName
{
border-color: #7CBEC2;
}
.TagClassName
{
border-color: #7CBEC2;
}
</style>