Shades of Glacier #74ADBC
Tints of Glacier #74ADBC
RGB
CMYK
RGB Variations
Color information
#74ADBC (or 0x74ADBC) is known color: Glacier. HEX triplet: 74, AD and BC. RGB value is (116,173,188). Sum of RGB (Red+Green+Blue) = 116+173+188=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #74ADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADBC is #8B5243. Grayscale: #9D9D9D. Windows color (decimal): -9130564 or 12365172. OLE color: 12365172.
HSL color Cylindrical-coordinate representation of color #74ADBC: hue angle of 192.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74ADBC is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 173 | 188 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.26 |
| HSL | 192.5º | 0.35% | 0.6% | - |
| HSV(B) | 192.5º | 0.38% | 0.74% | - |
| XYZ | 31.22 | 37.23 | 53.12 | - |
| YUV | 157.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 188 | 0.38 | 0.08 | 0 | 0.26 | 192.5 | 0.35 | 0.6 |
| Hex | 74 | AD | BC | 26 | 8 | 0 | 1A | C0 | 23 | 3C |
| Octal | 164 | 255 | 274 | 46 | 10 | 0 | 32 | 300 | 43 | 74 |
| Binary | 1110100 | 10101101 | 10111100 | 100110 | 1000 | 0 | 11010 | 11000000 | 100011 | 111100 |
Color Harmonies of #74ADBC
Complementary color
Monochromatic Colors of #74ADBC
Black with #74ADBC
Text Example
Text Example
White with #74ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADBC; }
p { color: rgb(116,173,188); }
H1.HeaderClassName
{
color: #74ADBC;
}
.AnyTagClassName
{
color: #74ADBC;
}
</style>
background-color css
<style>
a { background-color: #74ADBC; }
a { background-color: rgb(116,173,188); }
div.DivClassName
{
background-color: #74ADBC;
}
.BgClassName
{
background-color: #74ADBC;
}
</style>
border-color css
<style>
span { border-color: #74ADBC; }
span { border-color: rgb(116,173,188); }
td.TdClassName
{
border-color: #74ADBC;
}
.TagClassName
{
border-color: #74ADBC;
}
</style>