Shades of Glacier #7CB5C1
Tints of Glacier #7CB5C1
RGB
CMYK
RGB Variations
Color information
#7CB5C1 (or 0x7CB5C1) is known color: Glacier. HEX triplet: 7C, B5 and C1. RGB value is (124,181,193). Sum of RGB (Red+Green+Blue) = 124+181+193=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #7CB5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB5C1 is #834A3E. Grayscale: #A5A5A5. Windows color (decimal): -8604223 or 12694908. OLE color: 12694908.
HSL color Cylindrical-coordinate representation of color #7CB5C1: hue angle of 190.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 #7CB5C1 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 181 | 193 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.24 |
| HSL | 190.43º | 0.36% | 0.62% | - |
| HSV(B) | 190.43º | 0.36% | 0.76% | - |
| XYZ | 34.46 | 41.18 | 56.58 | - |
| YUV | 165.33 | 143.62 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 193 | 0.36 | 0.06 | 0 | 0.24 | 190.43 | 0.36 | 0.62 |
| Hex | 7C | B5 | C1 | 24 | 6 | 0 | 18 | BE | 24 | 3E |
| Octal | 174 | 265 | 301 | 44 | 6 | 0 | 30 | 276 | 44 | 76 |
| Binary | 1111100 | 10110101 | 11000001 | 100100 | 110 | 0 | 11000 | 10111110 | 100100 | 111110 |
Color Harmonies of #7CB5C1
Complementary color
Monochromatic Colors of #7CB5C1
Black with #7CB5C1
Text Example
Text Example
White with #7CB5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB5C1; }
p { color: rgb(124,181,193); }
H1.HeaderClassName
{
color: #7CB5C1;
}
.AnyTagClassName
{
color: #7CB5C1;
}
</style>
background-color css
<style>
a { background-color: #7CB5C1; }
a { background-color: rgb(124,181,193); }
div.DivClassName
{
background-color: #7CB5C1;
}
.BgClassName
{
background-color: #7CB5C1;
}
</style>
border-color css
<style>
span { border-color: #7CB5C1; }
span { border-color: rgb(124,181,193); }
td.TdClassName
{
border-color: #7CB5C1;
}
.TagClassName
{
border-color: #7CB5C1;
}
</style>