Shades of Glacier #74AEBC
Tints of Glacier #74AEBC
RGB
CMYK
RGB Variations
Color information
#74AEBC (or 0x74AEBC) is known color: Glacier. HEX triplet: 74, AE and BC. RGB value is (116,174,188). Sum of RGB (Red+Green+Blue) = 116+174+188=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #74AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AEBC is #8B5143. Grayscale: #9E9E9E. Windows color (decimal): -9130308 or 12365428. OLE color: 12365428.
HSL color Cylindrical-coordinate representation of color #74AEBC: hue angle of 191.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74AEBC is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 174 | 188 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.26 |
| HSL | 191.67º | 0.35% | 0.6% | - |
| HSV(B) | 191.67º | 0.38% | 0.74% | - |
| XYZ | 31.42 | 37.62 | 53.18 | - |
| YUV | 158.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 188 | 0.38 | 0.07 | 0 | 0.26 | 191.67 | 0.35 | 0.6 |
| Hex | 74 | AE | BC | 26 | 7 | 0 | 1A | C0 | 23 | 3C |
| Octal | 164 | 256 | 274 | 46 | 7 | 0 | 32 | 300 | 43 | 74 |
| Binary | 1110100 | 10101110 | 10111100 | 100110 | 111 | 0 | 11010 | 11000000 | 100011 | 111100 |
Color Harmonies of #74AEBC
Complementary color
Monochromatic Colors of #74AEBC
Black with #74AEBC
Text Example
Text Example
White with #74AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AEBC; }
p { color: rgb(116,174,188); }
H1.HeaderClassName
{
color: #74AEBC;
}
.AnyTagClassName
{
color: #74AEBC;
}
</style>
background-color css
<style>
a { background-color: #74AEBC; }
a { background-color: rgb(116,174,188); }
div.DivClassName
{
background-color: #74AEBC;
}
.BgClassName
{
background-color: #74AEBC;
}
</style>
border-color css
<style>
span { border-color: #74AEBC; }
span { border-color: rgb(116,174,188); }
td.TdClassName
{
border-color: #74AEBC;
}
.TagClassName
{
border-color: #74AEBC;
}
</style>