Shades of Glacier #7DBFC5
Tints of Glacier #7DBFC5
RGB
CMYK
RGB Variations
Color information
#7DBFC5 (or 0x7DBFC5) is known color: Glacier. HEX triplet: 7D, BF and C5. RGB value is (125,191,197). Sum of RGB (Red+Green+Blue) = 125+191+197=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 197 - color contains mainly: blue. Hex color #7DBFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFC5 is #82403A. Grayscale: #ABABAB. Windows color (decimal): -8536123 or 12959613. OLE color: 12959613.
HSL color Cylindrical-coordinate representation of color #7DBFC5: hue angle of 185º 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 #7DBFC5 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 191 | 197 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.23 |
| HSL | 185º | 0.38% | 0.63% | - |
| HSV(B) | 185º | 0.37% | 0.77% | - |
| XYZ | 37.17 | 45.65 | 59.68 | - |
| YUV | 171.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 197 | 0.37 | 0.03 | 0 | 0.23 | 185 | 0.38 | 0.63 |
| Hex | 7D | BF | C5 | 25 | 3 | 0 | 17 | B9 | 26 | 3F |
| Octal | 175 | 277 | 305 | 45 | 3 | 0 | 27 | 271 | 46 | 77 |
| Binary | 1111101 | 10111111 | 11000101 | 100101 | 11 | 0 | 10111 | 10111001 | 100110 | 111111 |
Color Harmonies of #7DBFC5
Complementary color
Monochromatic Colors of #7DBFC5
Black with #7DBFC5
Text Example
Text Example
White with #7DBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFC5; }
p { color: rgb(125,191,197); }
H1.HeaderClassName
{
color: #7DBFC5;
}
.AnyTagClassName
{
color: #7DBFC5;
}
</style>
background-color css
<style>
a { background-color: #7DBFC5; }
a { background-color: rgb(125,191,197); }
div.DivClassName
{
background-color: #7DBFC5;
}
.BgClassName
{
background-color: #7DBFC5;
}
</style>
border-color css
<style>
span { border-color: #7DBFC5; }
span { border-color: rgb(125,191,197); }
td.TdClassName
{
border-color: #7DBFC5;
}
.TagClassName
{
border-color: #7DBFC5;
}
</style>