Shades of Glacier #7DBDBE
Tints of Glacier #7DBDBE
RGB
CMYK
RGB Variations
Color information
#7DBDBE (or 0x7DBDBE) is known color: Glacier. HEX triplet: 7D, BD and BE. RGB value is (125,189,190). Sum of RGB (Red+Green+Blue) = 125+189+190=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #7DBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDBE is #824241. Grayscale: #A9A9A9. Windows color (decimal): -8536642 or 12500349. OLE color: 12500349.
HSL color Cylindrical-coordinate representation of color #7DBDBE: hue angle of 180.92º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBDBE is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 189 | 190 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.25 |
| HSL | 180.92º | 0.33% | 0.62% | - |
| HSV(B) | 180.92º | 0.34% | 0.75% | - |
| XYZ | 35.95 | 44.47 | 55.4 | - |
| YUV | 169.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 190 | 0.34 | 0.01 | 0 | 0.25 | 180.92 | 0.33 | 0.62 |
| Hex | 7D | BD | BE | 22 | 1 | 0 | 19 | B5 | 21 | 3E |
| Octal | 175 | 275 | 276 | 42 | 1 | 0 | 31 | 265 | 41 | 76 |
| Binary | 1111101 | 10111101 | 10111110 | 100010 | 1 | 0 | 11001 | 10110101 | 100001 | 111110 |
Color Harmonies of #7DBDBE
Complementary color
Monochromatic Colors of #7DBDBE
Black with #7DBDBE
Text Example
Text Example
White with #7DBDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDBE; }
p { color: rgb(125,189,190); }
H1.HeaderClassName
{
color: #7DBDBE;
}
.AnyTagClassName
{
color: #7DBDBE;
}
</style>
background-color css
<style>
a { background-color: #7DBDBE; }
a { background-color: rgb(125,189,190); }
div.DivClassName
{
background-color: #7DBDBE;
}
.BgClassName
{
background-color: #7DBDBE;
}
</style>
border-color css
<style>
span { border-color: #7DBDBE; }
span { border-color: rgb(125,189,190); }
td.TdClassName
{
border-color: #7DBDBE;
}
.TagClassName
{
border-color: #7DBDBE;
}
</style>