Shades of Glacier #7DB3C4
Tints of Glacier #7DB3C4
RGB
CMYK
RGB Variations
Color information
#7DB3C4 (or 0x7DB3C4) is known color: Glacier. HEX triplet: 7D, B3 and C4. RGB value is (125,179,196). Sum of RGB (Red+Green+Blue) = 125+179+196=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #7DB3C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB3C4 is #824C3B. Grayscale: #A4A4A4. Windows color (decimal): -8539196 or 12891005. OLE color: 12891005.
HSL color Cylindrical-coordinate representation of color #7DB3C4: hue angle of 194.37º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DB3C4 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 179 | 196 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.23 |
| HSL | 194.37º | 0.38% | 0.63% | - |
| HSV(B) | 194.37º | 0.36% | 0.77% | - |
| XYZ | 34.54 | 40.59 | 58.24 | - |
| YUV | 164.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 196 | 0.36 | 0.09 | 0 | 0.23 | 194.37 | 0.38 | 0.63 |
| Hex | 7D | B3 | C4 | 24 | 9 | 0 | 17 | C2 | 26 | 3F |
| Octal | 175 | 263 | 304 | 44 | 11 | 0 | 27 | 302 | 46 | 77 |
| Binary | 1111101 | 10110011 | 11000100 | 100100 | 1001 | 0 | 10111 | 11000010 | 100110 | 111111 |
Color Harmonies of #7DB3C4
Complementary color
Monochromatic Colors of #7DB3C4
Black with #7DB3C4
Text Example
Text Example
White with #7DB3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB3C4; }
p { color: rgb(125,179,196); }
H1.HeaderClassName
{
color: #7DB3C4;
}
.AnyTagClassName
{
color: #7DB3C4;
}
</style>
background-color css
<style>
a { background-color: #7DB3C4; }
a { background-color: rgb(125,179,196); }
div.DivClassName
{
background-color: #7DB3C4;
}
.BgClassName
{
background-color: #7DB3C4;
}
</style>
border-color css
<style>
span { border-color: #7DB3C4; }
span { border-color: rgb(125,179,196); }
td.TdClassName
{
border-color: #7DB3C4;
}
.TagClassName
{
border-color: #7DB3C4;
}
</style>