Shades of Glacier #7DB4C5
Tints of Glacier #7DB4C5
RGB
CMYK
RGB Variations
Color information
#7DB4C5 (or 0x7DB4C5) is known color: Glacier. HEX triplet: 7D, B4 and C5. RGB value is (125,180,197). Sum of RGB (Red+Green+Blue) = 125+180+197=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #7DB4C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB4C5 is #824B3A. Grayscale: #A5A5A5. Windows color (decimal): -8538939 or 12956797. OLE color: 12956797.
HSL color Cylindrical-coordinate representation of color #7DB4C5: hue angle of 194.17º 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 #7DB4C5 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 180 | 197 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.23 |
| HSL | 194.17º | 0.38% | 0.63% | - |
| HSV(B) | 194.17º | 0.37% | 0.77% | - |
| XYZ | 34.86 | 41.03 | 58.91 | - |
| YUV | 165.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 197 | 0.37 | 0.09 | 0 | 0.23 | 194.17 | 0.38 | 0.63 |
| Hex | 7D | B4 | C5 | 25 | 9 | 0 | 17 | C2 | 26 | 3F |
| Octal | 175 | 264 | 305 | 45 | 11 | 0 | 27 | 302 | 46 | 77 |
| Binary | 1111101 | 10110100 | 11000101 | 100101 | 1001 | 0 | 10111 | 11000010 | 100110 | 111111 |
Color Harmonies of #7DB4C5
Complementary color
Monochromatic Colors of #7DB4C5
Black with #7DB4C5
Text Example
Text Example
White with #7DB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB4C5; }
p { color: rgb(125,180,197); }
H1.HeaderClassName
{
color: #7DB4C5;
}
.AnyTagClassName
{
color: #7DB4C5;
}
</style>
background-color css
<style>
a { background-color: #7DB4C5; }
a { background-color: rgb(125,180,197); }
div.DivClassName
{
background-color: #7DB4C5;
}
.BgClassName
{
background-color: #7DB4C5;
}
</style>
border-color css
<style>
span { border-color: #7DB4C5; }
span { border-color: rgb(125,180,197); }
td.TdClassName
{
border-color: #7DB4C5;
}
.TagClassName
{
border-color: #7DB4C5;
}
</style>