Shades of Glacier #74AEB9
Tints of Glacier #74AEB9
RGB
CMYK
RGB Variations
Color information
#74AEB9 (or 0x74AEB9) is known color: Glacier. HEX triplet: 74, AE and B9. RGB value is (116,174,185). Sum of RGB (Red+Green+Blue) = 116+174+185=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #74AEB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AEB9 is #8B5146. Grayscale: #9D9D9D. Windows color (decimal): -9130311 or 12168820. OLE color: 12168820.
HSL color Cylindrical-coordinate representation of color #74AEB9: hue angle of 189.57º 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 #74AEB9 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 174 | 185 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.27 |
| HSL | 189.57º | 0.33% | 0.59% | - |
| HSV(B) | 189.57º | 0.37% | 0.73% | - |
| XYZ | 31.1 | 37.49 | 51.5 | - |
| YUV | 157.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 185 | 0.37 | 0.06 | 0 | 0.27 | 189.57 | 0.33 | 0.59 |
| Hex | 74 | AE | B9 | 25 | 6 | 0 | 1B | BE | 21 | 3B |
| Octal | 164 | 256 | 271 | 45 | 6 | 0 | 33 | 276 | 41 | 73 |
| Binary | 1110100 | 10101110 | 10111001 | 100101 | 110 | 0 | 11011 | 10111110 | 100001 | 111011 |
Color Harmonies of #74AEB9
Complementary color
Monochromatic Colors of #74AEB9
Black with #74AEB9
Text Example
Text Example
White with #74AEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AEB9; }
p { color: rgb(116,174,185); }
H1.HeaderClassName
{
color: #74AEB9;
}
.AnyTagClassName
{
color: #74AEB9;
}
</style>
background-color css
<style>
a { background-color: #74AEB9; }
a { background-color: rgb(116,174,185); }
div.DivClassName
{
background-color: #74AEB9;
}
.BgClassName
{
background-color: #74AEB9;
}
</style>
border-color css
<style>
span { border-color: #74AEB9; }
span { border-color: rgb(116,174,185); }
td.TdClassName
{
border-color: #74AEB9;
}
.TagClassName
{
border-color: #74AEB9;
}
</style>