Shades of Glacier #7DBCC2
Tints of Glacier #7DBCC2
RGB
CMYK
RGB Variations
Color information
#7DBCC2 (or 0x7DBCC2) is known color: Glacier. HEX triplet: 7D, BC and C2. RGB value is (125,188,194). Sum of RGB (Red+Green+Blue) = 125+188+194=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 194 - color contains mainly: blue. Hex color #7DBCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCC2 is #82433D. Grayscale: #A9A9A9. Windows color (decimal): -8536894 or 12762237. OLE color: 12762237.
HSL color Cylindrical-coordinate representation of color #7DBCC2: hue angle of 185.22º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DBCC2 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 188 | 194 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.24 |
| HSL | 185.22º | 0.36% | 0.63% | - |
| HSV(B) | 185.22º | 0.36% | 0.76% | - |
| XYZ | 36.18 | 44.22 | 57.67 | - |
| YUV | 169.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 194 | 0.36 | 0.03 | 0 | 0.24 | 185.22 | 0.36 | 0.63 |
| Hex | 7D | BC | C2 | 24 | 3 | 0 | 18 | B9 | 24 | 3F |
| Octal | 175 | 274 | 302 | 44 | 3 | 0 | 30 | 271 | 44 | 77 |
| Binary | 1111101 | 10111100 | 11000010 | 100100 | 11 | 0 | 11000 | 10111001 | 100100 | 111111 |
Color Harmonies of #7DBCC2
Complementary color
Monochromatic Colors of #7DBCC2
Black with #7DBCC2
Text Example
Text Example
White with #7DBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCC2; }
p { color: rgb(125,188,194); }
H1.HeaderClassName
{
color: #7DBCC2;
}
.AnyTagClassName
{
color: #7DBCC2;
}
</style>
background-color css
<style>
a { background-color: #7DBCC2; }
a { background-color: rgb(125,188,194); }
div.DivClassName
{
background-color: #7DBCC2;
}
.BgClassName
{
background-color: #7DBCC2;
}
</style>
border-color css
<style>
span { border-color: #7DBCC2; }
span { border-color: rgb(125,188,194); }
td.TdClassName
{
border-color: #7DBCC2;
}
.TagClassName
{
border-color: #7DBCC2;
}
</style>