Shades of Glacier #7FADC2
Tints of Glacier #7FADC2
RGB
CMYK
RGB Variations
Color information
#7FADC2 (or 0x7FADC2) is known color: Glacier. HEX triplet: 7F, AD and C2. RGB value is (127,173,194). Sum of RGB (Red+Green+Blue) = 127+173+194=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 194 - color contains mainly: blue. Hex color #7FADC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADC2 is #80523D. Grayscale: #A1A1A1. Windows color (decimal): -8409662 or 12758399. OLE color: 12758399.
HSL color Cylindrical-coordinate representation of color #7FADC2: hue angle of 198.81º 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 #7FADC2 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 173 | 194 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.24 |
| HSL | 198.81º | 0.35% | 0.63% | - |
| HSV(B) | 198.81º | 0.35% | 0.76% | - |
| XYZ | 33.43 | 38.29 | 56.67 | - |
| YUV | 161.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 194 | 0.35 | 0.11 | 0 | 0.24 | 198.81 | 0.35 | 0.63 |
| Hex | 7F | AD | C2 | 23 | B | 0 | 18 | C7 | 23 | 3F |
| Octal | 177 | 255 | 302 | 43 | 13 | 0 | 30 | 307 | 43 | 77 |
| Binary | 1111111 | 10101101 | 11000010 | 100011 | 1011 | 0 | 11000 | 11000111 | 100011 | 111111 |
Color Harmonies of #7FADC2
Complementary color
Monochromatic Colors of #7FADC2
Black with #7FADC2
Text Example
Text Example
White with #7FADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADC2; }
p { color: rgb(127,173,194); }
H1.HeaderClassName
{
color: #7FADC2;
}
.AnyTagClassName
{
color: #7FADC2;
}
</style>
background-color css
<style>
a { background-color: #7FADC2; }
a { background-color: rgb(127,173,194); }
div.DivClassName
{
background-color: #7FADC2;
}
.BgClassName
{
background-color: #7FADC2;
}
</style>
border-color css
<style>
span { border-color: #7FADC2; }
span { border-color: rgb(127,173,194); }
td.TdClassName
{
border-color: #7FADC2;
}
.TagClassName
{
border-color: #7FADC2;
}
</style>