Shades of Glacier #7DB5C5
Tints of Glacier #7DB5C5
RGB
CMYK
RGB Variations
Color information
#7DB5C5 (or 0x7DB5C5) is known color: Glacier. HEX triplet: 7D, B5 and C5. RGB value is (125,181,197). Sum of RGB (Red+Green+Blue) = 125+181+197=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #7DB5C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB5C5 is #824A3A. Grayscale: #A5A5A5. Windows color (decimal): -8538683 or 12957053. OLE color: 12957053.
HSL color Cylindrical-coordinate representation of color #7DB5C5: hue angle of 193.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DB5C5 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 181 | 197 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.23 |
| HSL | 193.33º | 0.38% | 0.63% | - |
| HSV(B) | 193.33º | 0.37% | 0.77% | - |
| XYZ | 35.06 | 41.44 | 58.97 | - |
| YUV | 166.08 | 145.45 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 197 | 0.37 | 0.08 | 0 | 0.23 | 193.33 | 0.38 | 0.63 |
| Hex | 7D | B5 | C5 | 25 | 8 | 0 | 17 | C1 | 26 | 3F |
| Octal | 175 | 265 | 305 | 45 | 10 | 0 | 27 | 301 | 46 | 77 |
| Binary | 1111101 | 10110101 | 11000101 | 100101 | 1000 | 0 | 10111 | 11000001 | 100110 | 111111 |
Color Harmonies of #7DB5C5
Complementary color
Monochromatic Colors of #7DB5C5
Black with #7DB5C5
Text Example
Text Example
White with #7DB5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB5C5; }
p { color: rgb(125,181,197); }
H1.HeaderClassName
{
color: #7DB5C5;
}
.AnyTagClassName
{
color: #7DB5C5;
}
</style>
background-color css
<style>
a { background-color: #7DB5C5; }
a { background-color: rgb(125,181,197); }
div.DivClassName
{
background-color: #7DB5C5;
}
.BgClassName
{
background-color: #7DB5C5;
}
</style>
border-color css
<style>
span { border-color: #7DB5C5; }
span { border-color: rgb(125,181,197); }
td.TdClassName
{
border-color: #7DB5C5;
}
.TagClassName
{
border-color: #7DB5C5;
}
</style>