Shades of Glacier #74ABB9
Tints of Glacier #74ABB9
RGB
CMYK
RGB Variations
Color information
#74ABB9 (or 0x74ABB9) is known color: Glacier. HEX triplet: 74, AB and B9. RGB value is (116,171,185). Sum of RGB (Red+Green+Blue) = 116+171+185=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #74ABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABB9 is #8B5446. Grayscale: #9C9C9C. Windows color (decimal): -9131079 or 12168052. OLE color: 12168052.
HSL color Cylindrical-coordinate representation of color #74ABB9: hue angle of 192.17º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74ABB9 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 171 | 185 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.27 |
| HSL | 192.17º | 0.33% | 0.59% | - |
| HSV(B) | 192.17º | 0.37% | 0.73% | - |
| XYZ | 30.52 | 36.34 | 51.3 | - |
| YUV | 156.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 185 | 0.37 | 0.08 | 0 | 0.27 | 192.17 | 0.33 | 0.59 |
| Hex | 74 | AB | B9 | 25 | 8 | 0 | 1B | C0 | 21 | 3B |
| Octal | 164 | 253 | 271 | 45 | 10 | 0 | 33 | 300 | 41 | 73 |
| Binary | 1110100 | 10101011 | 10111001 | 100101 | 1000 | 0 | 11011 | 11000000 | 100001 | 111011 |
Color Harmonies of #74ABB9
Complementary color
Monochromatic Colors of #74ABB9
Black with #74ABB9
Text Example
Text Example
White with #74ABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ABB9; }
p { color: rgb(116,171,185); }
H1.HeaderClassName
{
color: #74ABB9;
}
.AnyTagClassName
{
color: #74ABB9;
}
</style>
background-color css
<style>
a { background-color: #74ABB9; }
a { background-color: rgb(116,171,185); }
div.DivClassName
{
background-color: #74ABB9;
}
.BgClassName
{
background-color: #74ABB9;
}
</style>
border-color css
<style>
span { border-color: #74ABB9; }
span { border-color: rgb(116,171,185); }
td.TdClassName
{
border-color: #74ABB9;
}
.TagClassName
{
border-color: #74ABB9;
}
</style>