Shades of Glacier #74AABB
Tints of Glacier #74AABB
RGB
CMYK
RGB Variations
Color information
#74AABB (or 0x74AABB) is known color: Glacier. HEX triplet: 74, AA and BB. RGB value is (116,170,187). Sum of RGB (Red+Green+Blue) = 116+170+187=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #74AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AABB is #8B5544. Grayscale: #9B9B9B. Windows color (decimal): -9131333 or 12298868. OLE color: 12298868.
HSL color Cylindrical-coordinate representation of color #74AABB: hue angle of 194.37º 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 #74AABB is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 170 | 187 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.27 |
| HSL | 194.37º | 0.34% | 0.59% | - |
| HSV(B) | 194.37º | 0.38% | 0.73% | - |
| XYZ | 30.55 | 36.05 | 52.36 | - |
| YUV | 155.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 187 | 0.38 | 0.09 | 0 | 0.27 | 194.37 | 0.34 | 0.59 |
| Hex | 74 | AA | BB | 26 | 9 | 0 | 1B | C2 | 22 | 3B |
| Octal | 164 | 252 | 273 | 46 | 11 | 0 | 33 | 302 | 42 | 73 |
| Binary | 1110100 | 10101010 | 10111011 | 100110 | 1001 | 0 | 11011 | 11000010 | 100010 | 111011 |
Color Harmonies of #74AABB
Complementary color
Monochromatic Colors of #74AABB
Black with #74AABB
Text Example
Text Example
White with #74AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AABB; }
p { color: rgb(116,170,187); }
H1.HeaderClassName
{
color: #74AABB;
}
.AnyTagClassName
{
color: #74AABB;
}
</style>
background-color css
<style>
a { background-color: #74AABB; }
a { background-color: rgb(116,170,187); }
div.DivClassName
{
background-color: #74AABB;
}
.BgClassName
{
background-color: #74AABB;
}
</style>
border-color css
<style>
span { border-color: #74AABB; }
span { border-color: rgb(116,170,187); }
td.TdClassName
{
border-color: #74AABB;
}
.TagClassName
{
border-color: #74AABB;
}
</style>