Shades of Glacier #74ABC1
Tints of Glacier #74ABC1
RGB
CMYK
RGB Variations
Color information
#74ABC1 (or 0x74ABC1) is known color: Glacier. HEX triplet: 74, AB and C1. RGB value is (116,171,193). Sum of RGB (Red+Green+Blue) = 116+171+193=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #74ABC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABC1 is #8B543E. Grayscale: #9C9C9C. Windows color (decimal): -9131071 or 12692340. OLE color: 12692340.
HSL color Cylindrical-coordinate representation of color #74ABC1: hue angle of 197.14º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74ABC1 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 171 | 193 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.24 |
| HSL | 197.14º | 0.38% | 0.61% | - |
| HSV(B) | 197.14º | 0.4% | 0.76% | - |
| XYZ | 31.39 | 36.69 | 55.88 | - |
| YUV | 157.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 193 | 0.40 | 0.11 | 0 | 0.24 | 197.14 | 0.38 | 0.61 |
| Hex | 74 | AB | C1 | 28 | B | 0 | 18 | C5 | 26 | 3D |
| Octal | 164 | 253 | 301 | 50 | 13 | 0 | 30 | 305 | 46 | 75 |
| Binary | 1110100 | 10101011 | 11000001 | 101000 | 1011 | 0 | 11000 | 11000101 | 100110 | 111101 |
Color Harmonies of #74ABC1
Complementary color
Monochromatic Colors of #74ABC1
Black with #74ABC1
Text Example
Text Example
White with #74ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ABC1; }
p { color: rgb(116,171,193); }
H1.HeaderClassName
{
color: #74ABC1;
}
.AnyTagClassName
{
color: #74ABC1;
}
</style>
background-color css
<style>
a { background-color: #74ABC1; }
a { background-color: rgb(116,171,193); }
div.DivClassName
{
background-color: #74ABC1;
}
.BgClassName
{
background-color: #74ABC1;
}
</style>
border-color css
<style>
span { border-color: #74ABC1; }
span { border-color: rgb(116,171,193); }
td.TdClassName
{
border-color: #74ABC1;
}
.TagClassName
{
border-color: #74ABC1;
}
</style>