Shades of Glacier #74ABBA
Tints of Glacier #74ABBA
RGB
CMYK
RGB Variations
Color information
#74ABBA (or 0x74ABBA) is known color: Glacier. HEX triplet: 74, AB and BA. RGB value is (116,171,186). Sum of RGB (Red+Green+Blue) = 116+171+186=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #74ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABBA is #8B5445. Grayscale: #9C9C9C. Windows color (decimal): -9131078 or 12233588. OLE color: 12233588.
HSL color Cylindrical-coordinate representation of color #74ABBA: hue angle of 192.86º 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 #74ABBA is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 171 | 186 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.27 |
| HSL | 192.86º | 0.34% | 0.59% | - |
| HSV(B) | 192.86º | 0.38% | 0.73% | - |
| XYZ | 30.63 | 36.38 | 51.86 | - |
| YUV | 156.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 186 | 0.38 | 0.08 | 0 | 0.27 | 192.86 | 0.34 | 0.59 |
| Hex | 74 | AB | BA | 26 | 8 | 0 | 1B | C1 | 22 | 3B |
| Octal | 164 | 253 | 272 | 46 | 10 | 0 | 33 | 301 | 42 | 73 |
| Binary | 1110100 | 10101011 | 10111010 | 100110 | 1000 | 0 | 11011 | 11000001 | 100010 | 111011 |
Color Harmonies of #74ABBA
Complementary color
Monochromatic Colors of #74ABBA
Black with #74ABBA
Text Example
Text Example
White with #74ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ABBA; }
p { color: rgb(116,171,186); }
H1.HeaderClassName
{
color: #74ABBA;
}
.AnyTagClassName
{
color: #74ABBA;
}
</style>
background-color css
<style>
a { background-color: #74ABBA; }
a { background-color: rgb(116,171,186); }
div.DivClassName
{
background-color: #74ABBA;
}
.BgClassName
{
background-color: #74ABBA;
}
</style>
border-color css
<style>
span { border-color: #74ABBA; }
span { border-color: rgb(116,171,186); }
td.TdClassName
{
border-color: #74ABBA;
}
.TagClassName
{
border-color: #74ABBA;
}
</style>