Shades of Glacier #7CAFBC
Tints of Glacier #7CAFBC
RGB
CMYK
RGB Variations
Color information
#7CAFBC (or 0x7CAFBC) is known color: Glacier. HEX triplet: 7C, AF and BC. RGB value is (124,175,188). Sum of RGB (Red+Green+Blue) = 124+175+188=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #7CAFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFBC is #835043. Grayscale: #A1A1A1. Windows color (decimal): -8605764 or 12365692. OLE color: 12365692.
HSL color Cylindrical-coordinate representation of color #7CAFBC: hue angle of 192.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CAFBC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 175 | 188 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.26 |
| HSL | 192.19º | 0.32% | 0.61% | - |
| HSV(B) | 192.19º | 0.34% | 0.74% | - |
| XYZ | 32.72 | 38.58 | 53.3 | - |
| YUV | 161.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 188 | 0.34 | 0.07 | 0 | 0.26 | 192.19 | 0.32 | 0.61 |
| Hex | 7C | AF | BC | 22 | 7 | 0 | 1A | C0 | 20 | 3D |
| Octal | 174 | 257 | 274 | 42 | 7 | 0 | 32 | 300 | 40 | 75 |
| Binary | 1111100 | 10101111 | 10111100 | 100010 | 111 | 0 | 11010 | 11000000 | 100000 | 111101 |
Color Harmonies of #7CAFBC
Complementary color
Monochromatic Colors of #7CAFBC
Black with #7CAFBC
Text Example
Text Example
White with #7CAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAFBC; }
p { color: rgb(124,175,188); }
H1.HeaderClassName
{
color: #7CAFBC;
}
.AnyTagClassName
{
color: #7CAFBC;
}
</style>
background-color css
<style>
a { background-color: #7CAFBC; }
a { background-color: rgb(124,175,188); }
div.DivClassName
{
background-color: #7CAFBC;
}
.BgClassName
{
background-color: #7CAFBC;
}
</style>
border-color css
<style>
span { border-color: #7CAFBC; }
span { border-color: rgb(124,175,188); }
td.TdClassName
{
border-color: #7CAFBC;
}
.TagClassName
{
border-color: #7CAFBC;
}
</style>