Shades of Glacier #7FBFC1
Tints of Glacier #7FBFC1
RGB
CMYK
RGB Variations
Color information
#7FBFC1 (or 0x7FBFC1) is known color: Glacier. HEX triplet: 7F, BF and C1. RGB value is (127,191,193). Sum of RGB (Red+Green+Blue) = 127+191+193=511 (67% of max value = 765). Red value is 127 (50% from 255 or 24.85% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #7FBFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBFC1 is #80403E. Grayscale: #ACACAC. Windows color (decimal): -8405055 or 12697471. OLE color: 12697471.
HSL color Cylindrical-coordinate representation of color #7FBFC1: hue angle of 181.82º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FBFC1 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 191 | 193 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.24 |
| HSL | 181.82º | 0.35% | 0.63% | - |
| HSV(B) | 181.82º | 0.34% | 0.76% | - |
| XYZ | 37.01 | 45.62 | 57.31 | - |
| YUV | 172.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 193 | 0.34 | 0.01 | 0 | 0.24 | 181.82 | 0.35 | 0.63 |
| Hex | 7F | BF | C1 | 22 | 1 | 0 | 18 | B6 | 23 | 3F |
| Octal | 177 | 277 | 301 | 42 | 1 | 0 | 30 | 266 | 43 | 77 |
| Binary | 1111111 | 10111111 | 11000001 | 100010 | 1 | 0 | 11000 | 10110110 | 100011 | 111111 |
Color Harmonies of #7FBFC1
Complementary color
Monochromatic Colors of #7FBFC1
Black with #7FBFC1
Text Example
Text Example
White with #7FBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBFC1; }
p { color: rgb(127,191,193); }
H1.HeaderClassName
{
color: #7FBFC1;
}
.AnyTagClassName
{
color: #7FBFC1;
}
</style>
background-color css
<style>
a { background-color: #7FBFC1; }
a { background-color: rgb(127,191,193); }
div.DivClassName
{
background-color: #7FBFC1;
}
.BgClassName
{
background-color: #7FBFC1;
}
</style>
border-color css
<style>
span { border-color: #7FBFC1; }
span { border-color: rgb(127,191,193); }
td.TdClassName
{
border-color: #7FBFC1;
}
.TagClassName
{
border-color: #7FBFC1;
}
</style>