Shades of Glacier #74B4C1
Tints of Glacier #74B4C1
RGB
CMYK
RGB Variations
Color information
#74B4C1 (or 0x74B4C1) is known color: Glacier. HEX triplet: 74, B4 and C1. RGB value is (116,180,193). Sum of RGB (Red+Green+Blue) = 116+180+193=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #74B4C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B4C1 is #8B4B3E. Grayscale: #A2A2A2. Windows color (decimal): -9128767 or 12694644. OLE color: 12694644.
HSL color Cylindrical-coordinate representation of color #74B4C1: hue angle of 190.13º 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 #74B4C1 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 180 | 193 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.24 |
| HSL | 190.13º | 0.38% | 0.61% | - |
| HSV(B) | 190.13º | 0.4% | 0.76% | - |
| XYZ | 33.15 | 40.21 | 56.47 | - |
| YUV | 162.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 180 | 193 | 0.40 | 0.07 | 0 | 0.24 | 190.13 | 0.38 | 0.61 |
| Hex | 74 | B4 | C1 | 28 | 7 | 0 | 18 | BE | 26 | 3D |
| Octal | 164 | 264 | 301 | 50 | 7 | 0 | 30 | 276 | 46 | 75 |
| Binary | 1110100 | 10110100 | 11000001 | 101000 | 111 | 0 | 11000 | 10111110 | 100110 | 111101 |
Color Harmonies of #74B4C1
Complementary color
Monochromatic Colors of #74B4C1
Black with #74B4C1
Text Example
Text Example
White with #74B4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B4C1; }
p { color: rgb(116,180,193); }
H1.HeaderClassName
{
color: #74B4C1;
}
.AnyTagClassName
{
color: #74B4C1;
}
</style>
background-color css
<style>
a { background-color: #74B4C1; }
a { background-color: rgb(116,180,193); }
div.DivClassName
{
background-color: #74B4C1;
}
.BgClassName
{
background-color: #74B4C1;
}
</style>
border-color css
<style>
span { border-color: #74B4C1; }
span { border-color: rgb(116,180,193); }
td.TdClassName
{
border-color: #74B4C1;
}
.TagClassName
{
border-color: #74B4C1;
}
</style>