Shades of Glacier #7DAFBC
Tints of Glacier #7DAFBC
RGB
CMYK
RGB Variations
Color information
#7DAFBC (or 0x7DAFBC) is known color: Glacier. HEX triplet: 7D, AF and BC. RGB value is (125,175,188). Sum of RGB (Red+Green+Blue) = 125+175+188=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #7DAFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFBC is #825043. Grayscale: #A1A1A1. Windows color (decimal): -8540228 or 12365693. OLE color: 12365693.
HSL color Cylindrical-coordinate representation of color #7DAFBC: hue angle of 192.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DAFBC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 175 | 188 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.26 |
| HSL | 192.38º | 0.32% | 0.61% | - |
| HSV(B) | 192.38º | 0.34% | 0.74% | - |
| XYZ | 32.86 | 38.65 | 53.31 | - |
| YUV | 161.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 188 | 0.34 | 0.07 | 0 | 0.26 | 192.38 | 0.32 | 0.61 |
| Hex | 7D | AF | BC | 22 | 7 | 0 | 1A | C0 | 20 | 3D |
| Octal | 175 | 257 | 274 | 42 | 7 | 0 | 32 | 300 | 40 | 75 |
| Binary | 1111101 | 10101111 | 10111100 | 100010 | 111 | 0 | 11010 | 11000000 | 100000 | 111101 |
Color Harmonies of #7DAFBC
Complementary color
Monochromatic Colors of #7DAFBC
Black with #7DAFBC
Text Example
Text Example
White with #7DAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAFBC; }
p { color: rgb(125,175,188); }
H1.HeaderClassName
{
color: #7DAFBC;
}
.AnyTagClassName
{
color: #7DAFBC;
}
</style>
background-color css
<style>
a { background-color: #7DAFBC; }
a { background-color: rgb(125,175,188); }
div.DivClassName
{
background-color: #7DAFBC;
}
.BgClassName
{
background-color: #7DAFBC;
}
</style>
border-color css
<style>
span { border-color: #7DAFBC; }
span { border-color: rgb(125,175,188); }
td.TdClassName
{
border-color: #7DAFBC;
}
.TagClassName
{
border-color: #7DAFBC;
}
</style>