Shades of Glacier #7DAFBD
Tints of Glacier #7DAFBD
RGB
CMYK
RGB Variations
Color information
#7DAFBD (or 0x7DAFBD) is known color: Glacier. HEX triplet: 7D, AF and BD. RGB value is (125,175,189). Sum of RGB (Red+Green+Blue) = 125+175+189=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #7DAFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFBD is #825042. Grayscale: #A1A1A1. Windows color (decimal): -8540227 or 12431229. OLE color: 12431229.
HSL color Cylindrical-coordinate representation of color #7DAFBD: hue angle of 193.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DAFBD is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 175 | 189 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.26 |
| HSL | 193.13º | 0.33% | 0.62% | - |
| HSV(B) | 193.13º | 0.34% | 0.74% | - |
| XYZ | 32.97 | 38.69 | 53.87 | - |
| YUV | 161.65 | 143.44 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 189 | 0.34 | 0.07 | 0 | 0.26 | 193.13 | 0.33 | 0.62 |
| Hex | 7D | AF | BD | 22 | 7 | 0 | 1A | C1 | 21 | 3E |
| Octal | 175 | 257 | 275 | 42 | 7 | 0 | 32 | 301 | 41 | 76 |
| Binary | 1111101 | 10101111 | 10111101 | 100010 | 111 | 0 | 11010 | 11000001 | 100001 | 111110 |
Color Harmonies of #7DAFBD
Complementary color
Monochromatic Colors of #7DAFBD
Black with #7DAFBD
Text Example
Text Example
White with #7DAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAFBD; }
p { color: rgb(125,175,189); }
H1.HeaderClassName
{
color: #7DAFBD;
}
.AnyTagClassName
{
color: #7DAFBD;
}
</style>
background-color css
<style>
a { background-color: #7DAFBD; }
a { background-color: rgb(125,175,189); }
div.DivClassName
{
background-color: #7DAFBD;
}
.BgClassName
{
background-color: #7DAFBD;
}
</style>
border-color css
<style>
span { border-color: #7DAFBD; }
span { border-color: rgb(125,175,189); }
td.TdClassName
{
border-color: #7DAFBD;
}
.TagClassName
{
border-color: #7DAFBD;
}
</style>