Shades of Glacier #7DBCBE
Tints of Glacier #7DBCBE
RGB
CMYK
RGB Variations
Color information
#7DBCBE (or 0x7DBCBE) is known color: Glacier. HEX triplet: 7D, BC and BE. RGB value is (125,188,190). Sum of RGB (Red+Green+Blue) = 125+188+190=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #7DBCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCBE is #824341. Grayscale: #A9A9A9. Windows color (decimal): -8536898 or 12500093. OLE color: 12500093.
HSL color Cylindrical-coordinate representation of color #7DBCBE: hue angle of 181.85º 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 #7DBCBE is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 188 | 190 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.25 |
| HSL | 181.85º | 0.33% | 0.62% | - |
| HSV(B) | 181.85º | 0.34% | 0.75% | - |
| XYZ | 35.73 | 44.04 | 55.33 | - |
| YUV | 169.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 190 | 0.34 | 0.01 | 0 | 0.25 | 181.85 | 0.33 | 0.62 |
| Hex | 7D | BC | BE | 22 | 1 | 0 | 19 | B6 | 21 | 3E |
| Octal | 175 | 274 | 276 | 42 | 1 | 0 | 31 | 266 | 41 | 76 |
| Binary | 1111101 | 10111100 | 10111110 | 100010 | 1 | 0 | 11001 | 10110110 | 100001 | 111110 |
Color Harmonies of #7DBCBE
Complementary color
Monochromatic Colors of #7DBCBE
Black with #7DBCBE
Text Example
Text Example
White with #7DBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCBE; }
p { color: rgb(125,188,190); }
H1.HeaderClassName
{
color: #7DBCBE;
}
.AnyTagClassName
{
color: #7DBCBE;
}
</style>
background-color css
<style>
a { background-color: #7DBCBE; }
a { background-color: rgb(125,188,190); }
div.DivClassName
{
background-color: #7DBCBE;
}
.BgClassName
{
background-color: #7DBCBE;
}
</style>
border-color css
<style>
span { border-color: #7DBCBE; }
span { border-color: rgb(125,188,190); }
td.TdClassName
{
border-color: #7DBCBE;
}
.TagClassName
{
border-color: #7DBCBE;
}
</style>