Shades of Glacier #74ACBC
Tints of Glacier #74ACBC
RGB
CMYK
RGB Variations
Color information
#74ACBC (or 0x74ACBC) is known color: Glacier. HEX triplet: 74, AC and BC. RGB value is (116,172,188). Sum of RGB (Red+Green+Blue) = 116+172+188=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #74ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACBC is #8B5343. Grayscale: #9C9C9C. Windows color (decimal): -9130820 or 12364916. OLE color: 12364916.
HSL color Cylindrical-coordinate representation of color #74ACBC: hue angle of 193.33º 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 #74ACBC is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 172 | 188 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.26 |
| HSL | 193.33º | 0.35% | 0.6% | - |
| HSV(B) | 193.33º | 0.38% | 0.74% | - |
| XYZ | 31.03 | 36.85 | 53.05 | - |
| YUV | 157.08 | 145.45 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 188 | 0.38 | 0.09 | 0 | 0.26 | 193.33 | 0.35 | 0.6 |
| Hex | 74 | AC | BC | 26 | 9 | 0 | 1A | C1 | 23 | 3C |
| Octal | 164 | 254 | 274 | 46 | 11 | 0 | 32 | 301 | 43 | 74 |
| Binary | 1110100 | 10101100 | 10111100 | 100110 | 1001 | 0 | 11010 | 11000001 | 100011 | 111100 |
Color Harmonies of #74ACBC
Complementary color
Monochromatic Colors of #74ACBC
Black with #74ACBC
Text Example
Text Example
White with #74ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ACBC; }
p { color: rgb(116,172,188); }
H1.HeaderClassName
{
color: #74ACBC;
}
.AnyTagClassName
{
color: #74ACBC;
}
</style>
background-color css
<style>
a { background-color: #74ACBC; }
a { background-color: rgb(116,172,188); }
div.DivClassName
{
background-color: #74ACBC;
}
.BgClassName
{
background-color: #74ACBC;
}
</style>
border-color css
<style>
span { border-color: #74ACBC; }
span { border-color: rgb(116,172,188); }
td.TdClassName
{
border-color: #74ACBC;
}
.TagClassName
{
border-color: #74ACBC;
}
</style>