Shades of Glacier #7FBFC2
Tints of Glacier #7FBFC2
RGB
CMYK
RGB Variations
Color information
#7FBFC2 (or 0x7FBFC2) is known color: Glacier. HEX triplet: 7F, BF and C2. RGB value is (127,191,194). Sum of RGB (Red+Green+Blue) = 127+191+194=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #7FBFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBFC2 is #80403D. Grayscale: #ACACAC. Windows color (decimal): -8405054 or 12763007. OLE color: 12763007.
HSL color Cylindrical-coordinate representation of color #7FBFC2: hue angle of 182.69º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FBFC2 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 191 | 194 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.24 |
| HSL | 182.69º | 0.35% | 0.63% | - |
| HSV(B) | 182.69º | 0.35% | 0.76% | - |
| XYZ | 37.12 | 45.67 | 57.9 | - |
| YUV | 172.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 194 | 0.35 | 0.02 | 0 | 0.24 | 182.69 | 0.35 | 0.63 |
| Hex | 7F | BF | C2 | 23 | 2 | 0 | 18 | B7 | 23 | 3F |
| Octal | 177 | 277 | 302 | 43 | 2 | 0 | 30 | 267 | 43 | 77 |
| Binary | 1111111 | 10111111 | 11000010 | 100011 | 10 | 0 | 11000 | 10110111 | 100011 | 111111 |
Color Harmonies of #7FBFC2
Complementary color
Monochromatic Colors of #7FBFC2
Black with #7FBFC2
Text Example
Text Example
White with #7FBFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBFC2; }
p { color: rgb(127,191,194); }
H1.HeaderClassName
{
color: #7FBFC2;
}
.AnyTagClassName
{
color: #7FBFC2;
}
</style>
background-color css
<style>
a { background-color: #7FBFC2; }
a { background-color: rgb(127,191,194); }
div.DivClassName
{
background-color: #7FBFC2;
}
.BgClassName
{
background-color: #7FBFC2;
}
</style>
border-color css
<style>
span { border-color: #7FBFC2; }
span { border-color: rgb(127,191,194); }
td.TdClassName
{
border-color: #7FBFC2;
}
.TagClassName
{
border-color: #7FBFC2;
}
</style>