Shades of Glacier #74B1BC
Tints of Glacier #74B1BC
RGB
CMYK
RGB Variations
Color information
#74B1BC (or 0x74B1BC) is known color: Glacier. HEX triplet: 74, B1 and BC. RGB value is (116,177,188). Sum of RGB (Red+Green+Blue) = 116+177+188=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #74B1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B1BC is #8B4E43. Grayscale: #9F9F9F. Windows color (decimal): -9129540 or 12366196. OLE color: 12366196.
HSL color Cylindrical-coordinate representation of color #74B1BC: hue angle of 189.17º 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 #74B1BC is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 177 | 188 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.26 |
| HSL | 189.17º | 0.35% | 0.6% | - |
| HSV(B) | 189.17º | 0.38% | 0.74% | - |
| XYZ | 32 | 38.79 | 53.38 | - |
| YUV | 160.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 177 | 188 | 0.38 | 0.06 | 0 | 0.26 | 189.17 | 0.35 | 0.6 |
| Hex | 74 | B1 | BC | 26 | 6 | 0 | 1A | BD | 23 | 3C |
| Octal | 164 | 261 | 274 | 46 | 6 | 0 | 32 | 275 | 43 | 74 |
| Binary | 1110100 | 10110001 | 10111100 | 100110 | 110 | 0 | 11010 | 10111101 | 100011 | 111100 |
Color Harmonies of #74B1BC
Complementary color
Monochromatic Colors of #74B1BC
Black with #74B1BC
Text Example
Text Example
White with #74B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B1BC; }
p { color: rgb(116,177,188); }
H1.HeaderClassName
{
color: #74B1BC;
}
.AnyTagClassName
{
color: #74B1BC;
}
</style>
background-color css
<style>
a { background-color: #74B1BC; }
a { background-color: rgb(116,177,188); }
div.DivClassName
{
background-color: #74B1BC;
}
.BgClassName
{
background-color: #74B1BC;
}
</style>
border-color css
<style>
span { border-color: #74B1BC; }
span { border-color: rgb(116,177,188); }
td.TdClassName
{
border-color: #74B1BC;
}
.TagClassName
{
border-color: #74B1BC;
}
</style>