Shades of Glacier #7DBBC2
Tints of Glacier #7DBBC2
RGB
CMYK
RGB Variations
Color information
#7DBBC2 (or 0x7DBBC2) is known color: Glacier. HEX triplet: 7D, BB and C2. RGB value is (125,187,194). Sum of RGB (Red+Green+Blue) = 125+187+194=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #7DBBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBC2 is #82443D. Grayscale: #A9A9A9. Windows color (decimal): -8537150 or 12761981. OLE color: 12761981.
HSL color Cylindrical-coordinate representation of color #7DBBC2: hue angle of 186.09º 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 #7DBBC2 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 187 | 194 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.24 |
| HSL | 186.09º | 0.36% | 0.63% | - |
| HSV(B) | 186.09º | 0.36% | 0.76% | - |
| XYZ | 35.97 | 43.8 | 57.6 | - |
| YUV | 169.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 194 | 0.36 | 0.04 | 0 | 0.24 | 186.09 | 0.36 | 0.63 |
| Hex | 7D | BB | C2 | 24 | 4 | 0 | 18 | BA | 24 | 3F |
| Octal | 175 | 273 | 302 | 44 | 4 | 0 | 30 | 272 | 44 | 77 |
| Binary | 1111101 | 10111011 | 11000010 | 100100 | 100 | 0 | 11000 | 10111010 | 100100 | 111111 |
Color Harmonies of #7DBBC2
Complementary color
Monochromatic Colors of #7DBBC2
Black with #7DBBC2
Text Example
Text Example
White with #7DBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBC2; }
p { color: rgb(125,187,194); }
H1.HeaderClassName
{
color: #7DBBC2;
}
.AnyTagClassName
{
color: #7DBBC2;
}
</style>
background-color css
<style>
a { background-color: #7DBBC2; }
a { background-color: rgb(125,187,194); }
div.DivClassName
{
background-color: #7DBBC2;
}
.BgClassName
{
background-color: #7DBBC2;
}
</style>
border-color css
<style>
span { border-color: #7DBBC2; }
span { border-color: rgb(125,187,194); }
td.TdClassName
{
border-color: #7DBBC2;
}
.TagClassName
{
border-color: #7DBBC2;
}
</style>