Shades of Glacier #7DADBD
Tints of Glacier #7DADBD
RGB
CMYK
RGB Variations
Color information
#7DADBD (or 0x7DADBD) is known color: Glacier. HEX triplet: 7D, AD and BD. RGB value is (125,173,189). Sum of RGB (Red+Green+Blue) = 125+173+189=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #7DADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADBD is #825242. Grayscale: #A0A0A0. Windows color (decimal): -8540739 or 12430717. OLE color: 12430717.
HSL color Cylindrical-coordinate representation of color #7DADBD: hue angle of 195º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DADBD is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 173 | 189 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.26 |
| HSL | 195º | 0.33% | 0.62% | - |
| HSV(B) | 195º | 0.34% | 0.74% | - |
| XYZ | 32.59 | 37.92 | 53.75 | - |
| YUV | 160.47 | 144.1 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 189 | 0.34 | 0.08 | 0 | 0.26 | 195 | 0.33 | 0.62 |
| Hex | 7D | AD | BD | 22 | 8 | 0 | 1A | C3 | 21 | 3E |
| Octal | 175 | 255 | 275 | 42 | 10 | 0 | 32 | 303 | 41 | 76 |
| Binary | 1111101 | 10101101 | 10111101 | 100010 | 1000 | 0 | 11010 | 11000011 | 100001 | 111110 |
Color Harmonies of #7DADBD
Complementary color
Monochromatic Colors of #7DADBD
Black with #7DADBD
Text Example
Text Example
White with #7DADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADBD; }
p { color: rgb(125,173,189); }
H1.HeaderClassName
{
color: #7DADBD;
}
.AnyTagClassName
{
color: #7DADBD;
}
</style>
background-color css
<style>
a { background-color: #7DADBD; }
a { background-color: rgb(125,173,189); }
div.DivClassName
{
background-color: #7DADBD;
}
.BgClassName
{
background-color: #7DADBD;
}
</style>
border-color css
<style>
span { border-color: #7DADBD; }
span { border-color: rgb(125,173,189); }
td.TdClassName
{
border-color: #7DADBD;
}
.TagClassName
{
border-color: #7DADBD;
}
</style>