Shades of Glacier #74ACC7
Tints of Glacier #74ACC7
RGB
CMYK
RGB Variations
Color information
#74ACC7 (or 0x74ACC7) is known color: Glacier. HEX triplet: 74, AC and C7. RGB value is (116,172,199). Sum of RGB (Red+Green+Blue) = 116+172+199=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 199 - color contains mainly: blue. Hex color #74ACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACC7 is #8B5338. Grayscale: #9E9E9E. Windows color (decimal): -9130809 or 13085812. OLE color: 13085812.
HSL color Cylindrical-coordinate representation of color #74ACC7: hue angle of 199.52º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74ACC7 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 172 | 199 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.22 |
| HSL | 199.52º | 0.43% | 0.62% | - |
| HSV(B) | 199.52º | 0.42% | 0.78% | - |
| XYZ | 32.26 | 37.34 | 59.54 | - |
| YUV | 158.33 | 150.95 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 199 | 0.42 | 0.14 | 0 | 0.22 | 199.52 | 0.43 | 0.62 |
| Hex | 74 | AC | C7 | 2A | E | 0 | 16 | C8 | 2B | 3E |
| Octal | 164 | 254 | 307 | 52 | 16 | 0 | 26 | 310 | 53 | 76 |
| Binary | 1110100 | 10101100 | 11000111 | 101010 | 1110 | 0 | 10110 | 11001000 | 101011 | 111110 |
Color Harmonies of #74ACC7
Complementary color
Monochromatic Colors of #74ACC7
Black with #74ACC7
Text Example
Text Example
White with #74ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ACC7; }
p { color: rgb(116,172,199); }
H1.HeaderClassName
{
color: #74ACC7;
}
.AnyTagClassName
{
color: #74ACC7;
}
</style>
background-color css
<style>
a { background-color: #74ACC7; }
a { background-color: rgb(116,172,199); }
div.DivClassName
{
background-color: #74ACC7;
}
.BgClassName
{
background-color: #74ACC7;
}
</style>
border-color css
<style>
span { border-color: #74ACC7; }
span { border-color: rgb(116,172,199); }
td.TdClassName
{
border-color: #74ACC7;
}
.TagClassName
{
border-color: #74ACC7;
}
</style>