Shades of Glacier #74BCC5
Tints of Glacier #74BCC5
RGB
CMYK
RGB Variations
Color information
#74BCC5 (or 0x74BCC5) is known color: Glacier. HEX triplet: 74, BC and C5. RGB value is (116,188,197). Sum of RGB (Red+Green+Blue) = 116+188+197=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 197 - color contains mainly: blue. Hex color #74BCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCC5 is #8B433A. Grayscale: #A7A7A7. Windows color (decimal): -9126715 or 12958836. OLE color: 12958836.
HSL color Cylindrical-coordinate representation of color #74BCC5: hue angle of 186.67º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74BCC5 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 188 | 197 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.23 |
| HSL | 186.67º | 0.41% | 0.61% | - |
| HSV(B) | 186.67º | 0.41% | 0.77% | - |
| XYZ | 35.26 | 43.71 | 59.4 | - |
| YUV | 167.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 197 | 0.41 | 0.05 | 0 | 0.23 | 186.67 | 0.41 | 0.61 |
| Hex | 74 | BC | C5 | 29 | 5 | 0 | 17 | BB | 29 | 3D |
| Octal | 164 | 274 | 305 | 51 | 5 | 0 | 27 | 273 | 51 | 75 |
| Binary | 1110100 | 10111100 | 11000101 | 101001 | 101 | 0 | 10111 | 10111011 | 101001 | 111101 |
Color Harmonies of #74BCC5
Complementary color
Monochromatic Colors of #74BCC5
Black with #74BCC5
Text Example
Text Example
White with #74BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCC5; }
p { color: rgb(116,188,197); }
H1.HeaderClassName
{
color: #74BCC5;
}
.AnyTagClassName
{
color: #74BCC5;
}
</style>
background-color css
<style>
a { background-color: #74BCC5; }
a { background-color: rgb(116,188,197); }
div.DivClassName
{
background-color: #74BCC5;
}
.BgClassName
{
background-color: #74BCC5;
}
</style>
border-color css
<style>
span { border-color: #74BCC5; }
span { border-color: rgb(116,188,197); }
td.TdClassName
{
border-color: #74BCC5;
}
.TagClassName
{
border-color: #74BCC5;
}
</style>