Shades of Glacier #74AFC7
Tints of Glacier #74AFC7
RGB
CMYK
RGB Variations
Color information
#74AFC7 (or 0x74AFC7) is known color: Glacier. HEX triplet: 74, AF and C7. RGB value is (116,175,199). Sum of RGB (Red+Green+Blue) = 116+175+199=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 199 - color contains mainly: blue. Hex color #74AFC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFC7 is #8B5038. Grayscale: #9F9F9F. Windows color (decimal): -9130041 or 13086580. OLE color: 13086580.
HSL color Cylindrical-coordinate representation of color #74AFC7: hue angle of 197.35º 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 #74AFC7 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 175 | 199 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.22 |
| HSL | 197.35º | 0.43% | 0.62% | - |
| HSV(B) | 197.35º | 0.42% | 0.78% | - |
| XYZ | 32.84 | 38.5 | 59.73 | - |
| YUV | 160.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 199 | 0.42 | 0.12 | 0 | 0.22 | 197.35 | 0.43 | 0.62 |
| Hex | 74 | AF | C7 | 2A | C | 0 | 16 | C5 | 2B | 3E |
| Octal | 164 | 257 | 307 | 52 | 14 | 0 | 26 | 305 | 53 | 76 |
| Binary | 1110100 | 10101111 | 11000111 | 101010 | 1100 | 0 | 10110 | 11000101 | 101011 | 111110 |
Color Harmonies of #74AFC7
Complementary color
Monochromatic Colors of #74AFC7
Black with #74AFC7
Text Example
Text Example
White with #74AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AFC7; }
p { color: rgb(116,175,199); }
H1.HeaderClassName
{
color: #74AFC7;
}
.AnyTagClassName
{
color: #74AFC7;
}
</style>
background-color css
<style>
a { background-color: #74AFC7; }
a { background-color: rgb(116,175,199); }
div.DivClassName
{
background-color: #74AFC7;
}
.BgClassName
{
background-color: #74AFC7;
}
</style>
border-color css
<style>
span { border-color: #74AFC7; }
span { border-color: rgb(116,175,199); }
td.TdClassName
{
border-color: #74AFC7;
}
.TagClassName
{
border-color: #74AFC7;
}
</style>