Shades of Glacier #74BAC7
Tints of Glacier #74BAC7
RGB
CMYK
RGB Variations
Color information
#74BAC7 (or 0x74BAC7) is known color: Glacier. HEX triplet: 74, BA and C7. RGB value is (116,186,199). Sum of RGB (Red+Green+Blue) = 116+186+199=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 199 - color contains mainly: blue. Hex color #74BAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BAC7 is #8B4538. Grayscale: #A6A6A6. Windows color (decimal): -9127225 or 13089396. OLE color: 13089396.
HSL color Cylindrical-coordinate representation of color #74BAC7: hue angle of 189.4º 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 #74BAC7 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 186 | 199 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.22 |
| HSL | 189.4º | 0.43% | 0.62% | - |
| HSV(B) | 189.4º | 0.42% | 0.78% | - |
| XYZ | 35.07 | 42.95 | 60.48 | - |
| YUV | 166.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 199 | 0.42 | 0.07 | 0 | 0.22 | 189.4 | 0.43 | 0.62 |
| Hex | 74 | BA | C7 | 2A | 7 | 0 | 16 | BD | 2B | 3E |
| Octal | 164 | 272 | 307 | 52 | 7 | 0 | 26 | 275 | 53 | 76 |
| Binary | 1110100 | 10111010 | 11000111 | 101010 | 111 | 0 | 10110 | 10111101 | 101011 | 111110 |
Color Harmonies of #74BAC7
Complementary color
Monochromatic Colors of #74BAC7
Black with #74BAC7
Text Example
Text Example
White with #74BAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BAC7; }
p { color: rgb(116,186,199); }
H1.HeaderClassName
{
color: #74BAC7;
}
.AnyTagClassName
{
color: #74BAC7;
}
</style>
background-color css
<style>
a { background-color: #74BAC7; }
a { background-color: rgb(116,186,199); }
div.DivClassName
{
background-color: #74BAC7;
}
.BgClassName
{
background-color: #74BAC7;
}
</style>
border-color css
<style>
span { border-color: #74BAC7; }
span { border-color: rgb(116,186,199); }
td.TdClassName
{
border-color: #74BAC7;
}
.TagClassName
{
border-color: #74BAC7;
}
</style>