Shades of Glacier #7DB1C1
Tints of Glacier #7DB1C1
RGB
CMYK
RGB Variations
Color information
#7DB1C1 (or 0x7DB1C1) is known color: Glacier. HEX triplet: 7D, B1 and C1. RGB value is (125,177,193). Sum of RGB (Red+Green+Blue) = 125+177+193=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #7DB1C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB1C1 is #824E3E. Grayscale: #A3A3A3. Windows color (decimal): -8539711 or 12693885. OLE color: 12693885.
HSL color Cylindrical-coordinate representation of color #7DB1C1: hue angle of 194.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DB1C1 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 177 | 193 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.24 |
| HSL | 194.12º | 0.35% | 0.62% | - |
| HSV(B) | 194.12º | 0.35% | 0.76% | - |
| XYZ | 33.81 | 39.65 | 56.32 | - |
| YUV | 163.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 193 | 0.35 | 0.08 | 0 | 0.24 | 194.12 | 0.35 | 0.62 |
| Hex | 7D | B1 | C1 | 23 | 8 | 0 | 18 | C2 | 23 | 3E |
| Octal | 175 | 261 | 301 | 43 | 10 | 0 | 30 | 302 | 43 | 76 |
| Binary | 1111101 | 10110001 | 11000001 | 100011 | 1000 | 0 | 11000 | 11000010 | 100011 | 111110 |
Color Harmonies of #7DB1C1
Complementary color
Monochromatic Colors of #7DB1C1
Black with #7DB1C1
Text Example
Text Example
White with #7DB1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB1C1; }
p { color: rgb(125,177,193); }
H1.HeaderClassName
{
color: #7DB1C1;
}
.AnyTagClassName
{
color: #7DB1C1;
}
</style>
background-color css
<style>
a { background-color: #7DB1C1; }
a { background-color: rgb(125,177,193); }
div.DivClassName
{
background-color: #7DB1C1;
}
.BgClassName
{
background-color: #7DB1C1;
}
</style>
border-color css
<style>
span { border-color: #7DB1C1; }
span { border-color: rgb(125,177,193); }
td.TdClassName
{
border-color: #7DB1C1;
}
.TagClassName
{
border-color: #7DB1C1;
}
</style>