Shades of Glacier #74AFB7
Tints of Glacier #74AFB7
RGB
CMYK
RGB Variations
Color information
#74AFB7 (or 0x74AFB7) is known color: Glacier. HEX triplet: 74, AF and B7. RGB value is (116,175,183). Sum of RGB (Red+Green+Blue) = 116+175+183=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 183 - color contains mainly: blue. Hex color #74AFB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFB7 is #8B5048. Grayscale: #9E9E9E. Windows color (decimal): -9130057 or 12038004. OLE color: 12038004.
HSL color Cylindrical-coordinate representation of color #74AFB7: hue angle of 187.16º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74AFB7 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 175 | 183 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.28 |
| HSL | 187.16º | 0.32% | 0.59% | - |
| HSV(B) | 187.16º | 0.37% | 0.72% | - |
| XYZ | 31.08 | 37.79 | 50.46 | - |
| YUV | 158.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 183 | 0.37 | 0.04 | 0 | 0.28 | 187.16 | 0.32 | 0.59 |
| Hex | 74 | AF | B7 | 25 | 4 | 0 | 1C | BB | 20 | 3B |
| Octal | 164 | 257 | 267 | 45 | 4 | 0 | 34 | 273 | 40 | 73 |
| Binary | 1110100 | 10101111 | 10110111 | 100101 | 100 | 0 | 11100 | 10111011 | 100000 | 111011 |
Color Harmonies of #74AFB7
Complementary color
Monochromatic Colors of #74AFB7
Black with #74AFB7
Text Example
Text Example
White with #74AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AFB7; }
p { color: rgb(116,175,183); }
H1.HeaderClassName
{
color: #74AFB7;
}
.AnyTagClassName
{
color: #74AFB7;
}
</style>
background-color css
<style>
a { background-color: #74AFB7; }
a { background-color: rgb(116,175,183); }
div.DivClassName
{
background-color: #74AFB7;
}
.BgClassName
{
background-color: #74AFB7;
}
</style>
border-color css
<style>
span { border-color: #74AFB7; }
span { border-color: rgb(116,175,183); }
td.TdClassName
{
border-color: #74AFB7;
}
.TagClassName
{
border-color: #74AFB7;
}
</style>