Shades of Glacier #7FADC5
Tints of Glacier #7FADC5
RGB
CMYK
RGB Variations
Color information
#7FADC5 (or 0x7FADC5) is known color: Glacier. HEX triplet: 7F, AD and C5. RGB value is (127,173,197). Sum of RGB (Red+Green+Blue) = 127+173+197=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 197 - color contains mainly: blue. Hex color #7FADC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADC5 is #80523A. Grayscale: #A1A1A1. Windows color (decimal): -8409659 or 12955007. OLE color: 12955007.
HSL color Cylindrical-coordinate representation of color #7FADC5: hue angle of 200.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FADC5 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 173 | 197 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.23 |
| HSL | 200.57º | 0.38% | 0.64% | - |
| HSV(B) | 200.57º | 0.36% | 0.77% | - |
| XYZ | 33.77 | 38.43 | 58.46 | - |
| YUV | 161.98 | 147.76 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 197 | 0.36 | 0.12 | 0 | 0.23 | 200.57 | 0.38 | 0.64 |
| Hex | 7F | AD | C5 | 24 | C | 0 | 17 | C9 | 26 | 40 |
| Octal | 177 | 255 | 305 | 44 | 14 | 0 | 27 | 311 | 46 | 100 |
| Binary | 1111111 | 10101101 | 11000101 | 100100 | 1100 | 0 | 10111 | 11001001 | 100110 | 1000000 |
Color Harmonies of #7FADC5
Complementary color
Monochromatic Colors of #7FADC5
Black with #7FADC5
Text Example
Text Example
White with #7FADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADC5; }
p { color: rgb(127,173,197); }
H1.HeaderClassName
{
color: #7FADC5;
}
.AnyTagClassName
{
color: #7FADC5;
}
</style>
background-color css
<style>
a { background-color: #7FADC5; }
a { background-color: rgb(127,173,197); }
div.DivClassName
{
background-color: #7FADC5;
}
.BgClassName
{
background-color: #7FADC5;
}
</style>
border-color css
<style>
span { border-color: #7FADC5; }
span { border-color: rgb(127,173,197); }
td.TdClassName
{
border-color: #7FADC5;
}
.TagClassName
{
border-color: #7FADC5;
}
</style>