Shades of Glacier #74BCC2
Tints of Glacier #74BCC2
RGB
CMYK
RGB Variations
Color information
#74BCC2 (or 0x74BCC2) is known color: Glacier. HEX triplet: 74, BC and C2. RGB value is (116,188,194). Sum of RGB (Red+Green+Blue) = 116+188+194=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #74BCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCC2 is #8B433D. Grayscale: #A7A7A7. Windows color (decimal): -9126718 or 12762228. OLE color: 12762228.
HSL color Cylindrical-coordinate representation of color #74BCC2: hue angle of 184.62º degrees, saturation: 0.39, 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 #74BCC2 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 188 | 194 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.24 |
| HSL | 184.62º | 0.39% | 0.61% | - |
| HSV(B) | 184.62º | 0.4% | 0.76% | - |
| XYZ | 34.92 | 43.57 | 57.61 | - |
| YUV | 167.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 194 | 0.40 | 0.03 | 0 | 0.24 | 184.62 | 0.39 | 0.61 |
| Hex | 74 | BC | C2 | 28 | 3 | 0 | 18 | B9 | 27 | 3D |
| Octal | 164 | 274 | 302 | 50 | 3 | 0 | 30 | 271 | 47 | 75 |
| Binary | 1110100 | 10111100 | 11000010 | 101000 | 11 | 0 | 11000 | 10111001 | 100111 | 111101 |
Color Harmonies of #74BCC2
Complementary color
Monochromatic Colors of #74BCC2
Black with #74BCC2
Text Example
Text Example
White with #74BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCC2; }
p { color: rgb(116,188,194); }
H1.HeaderClassName
{
color: #74BCC2;
}
.AnyTagClassName
{
color: #74BCC2;
}
</style>
background-color css
<style>
a { background-color: #74BCC2; }
a { background-color: rgb(116,188,194); }
div.DivClassName
{
background-color: #74BCC2;
}
.BgClassName
{
background-color: #74BCC2;
}
</style>
border-color css
<style>
span { border-color: #74BCC2; }
span { border-color: rgb(116,188,194); }
td.TdClassName
{
border-color: #74BCC2;
}
.TagClassName
{
border-color: #74BCC2;
}
</style>