Shades of Glacier #7DBBBE
Tints of Glacier #7DBBBE
RGB
CMYK
RGB Variations
Color information
#7DBBBE (or 0x7DBBBE) is known color: Glacier. HEX triplet: 7D, BB and BE. RGB value is (125,187,190). Sum of RGB (Red+Green+Blue) = 125+187+190=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #7DBBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBBE is #824441. Grayscale: #A8A8A8. Windows color (decimal): -8537154 or 12499837. OLE color: 12499837.
HSL color Cylindrical-coordinate representation of color #7DBBBE: hue angle of 182.77º 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 #7DBBBE is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 187 | 190 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.25 |
| HSL | 182.77º | 0.33% | 0.62% | - |
| HSV(B) | 182.77º | 0.34% | 0.75% | - |
| XYZ | 35.52 | 43.62 | 55.26 | - |
| YUV | 168.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 190 | 0.34 | 0.02 | 0 | 0.25 | 182.77 | 0.33 | 0.62 |
| Hex | 7D | BB | BE | 22 | 2 | 0 | 19 | B7 | 21 | 3E |
| Octal | 175 | 273 | 276 | 42 | 2 | 0 | 31 | 267 | 41 | 76 |
| Binary | 1111101 | 10111011 | 10111110 | 100010 | 10 | 0 | 11001 | 10110111 | 100001 | 111110 |
Color Harmonies of #7DBBBE
Complementary color
Monochromatic Colors of #7DBBBE
Black with #7DBBBE
Text Example
Text Example
White with #7DBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBBE; }
p { color: rgb(125,187,190); }
H1.HeaderClassName
{
color: #7DBBBE;
}
.AnyTagClassName
{
color: #7DBBBE;
}
</style>
background-color css
<style>
a { background-color: #7DBBBE; }
a { background-color: rgb(125,187,190); }
div.DivClassName
{
background-color: #7DBBBE;
}
.BgClassName
{
background-color: #7DBBBE;
}
</style>
border-color css
<style>
span { border-color: #7DBBBE; }
span { border-color: rgb(125,187,190); }
td.TdClassName
{
border-color: #7DBBBE;
}
.TagClassName
{
border-color: #7DBBBE;
}
</style>