Shades of Glacier #74AEBB
Tints of Glacier #74AEBB
RGB
CMYK
RGB Variations
Color information
#74AEBB (or 0x74AEBB) is known color: Glacier. HEX triplet: 74, AE and BB. RGB value is (116,174,187). Sum of RGB (Red+Green+Blue) = 116+174+187=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #74AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AEBB is #8B5144. Grayscale: #9E9E9E. Windows color (decimal): -9130309 or 12299892. OLE color: 12299892.
HSL color Cylindrical-coordinate representation of color #74AEBB: hue angle of 190.99º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74AEBB is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 174 | 187 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.27 |
| HSL | 190.99º | 0.34% | 0.59% | - |
| HSV(B) | 190.99º | 0.38% | 0.73% | - |
| XYZ | 31.31 | 37.57 | 52.62 | - |
| YUV | 158.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 187 | 0.38 | 0.07 | 0 | 0.27 | 190.99 | 0.34 | 0.59 |
| Hex | 74 | AE | BB | 26 | 7 | 0 | 1B | BF | 22 | 3B |
| Octal | 164 | 256 | 273 | 46 | 7 | 0 | 33 | 277 | 42 | 73 |
| Binary | 1110100 | 10101110 | 10111011 | 100110 | 111 | 0 | 11011 | 10111111 | 100010 | 111011 |
Color Harmonies of #74AEBB
Complementary color
Monochromatic Colors of #74AEBB
Black with #74AEBB
Text Example
Text Example
White with #74AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AEBB; }
p { color: rgb(116,174,187); }
H1.HeaderClassName
{
color: #74AEBB;
}
.AnyTagClassName
{
color: #74AEBB;
}
</style>
background-color css
<style>
a { background-color: #74AEBB; }
a { background-color: rgb(116,174,187); }
div.DivClassName
{
background-color: #74AEBB;
}
.BgClassName
{
background-color: #74AEBB;
}
</style>
border-color css
<style>
span { border-color: #74AEBB; }
span { border-color: rgb(116,174,187); }
td.TdClassName
{
border-color: #74AEBB;
}
.TagClassName
{
border-color: #74AEBB;
}
</style>