Shades of Glacier #74B4BD
Tints of Glacier #74B4BD
RGB
CMYK
RGB Variations
Color information
#74B4BD (or 0x74B4BD) is known color: Glacier. HEX triplet: 74, B4 and BD. RGB value is (116,180,189). Sum of RGB (Red+Green+Blue) = 116+180+189=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #74B4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B4BD is #8B4B42. Grayscale: #A1A1A1. Windows color (decimal): -9128771 or 12432500. OLE color: 12432500.
HSL color Cylindrical-coordinate representation of color #74B4BD: hue angle of 187.4º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74B4BD is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 180 | 189 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.26 |
| HSL | 187.4º | 0.36% | 0.6% | - |
| HSV(B) | 187.4º | 0.39% | 0.74% | - |
| XYZ | 32.71 | 40.03 | 54.15 | - |
| YUV | 161.89 | 143.3 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 180 | 189 | 0.39 | 0.05 | 0 | 0.26 | 187.4 | 0.36 | 0.6 |
| Hex | 74 | B4 | BD | 27 | 5 | 0 | 1A | BB | 24 | 3C |
| Octal | 164 | 264 | 275 | 47 | 5 | 0 | 32 | 273 | 44 | 74 |
| Binary | 1110100 | 10110100 | 10111101 | 100111 | 101 | 0 | 11010 | 10111011 | 100100 | 111100 |
Color Harmonies of #74B4BD
Complementary color
Monochromatic Colors of #74B4BD
Black with #74B4BD
Text Example
Text Example
White with #74B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B4BD; }
p { color: rgb(116,180,189); }
H1.HeaderClassName
{
color: #74B4BD;
}
.AnyTagClassName
{
color: #74B4BD;
}
</style>
background-color css
<style>
a { background-color: #74B4BD; }
a { background-color: rgb(116,180,189); }
div.DivClassName
{
background-color: #74B4BD;
}
.BgClassName
{
background-color: #74B4BD;
}
</style>
border-color css
<style>
span { border-color: #74B4BD; }
span { border-color: rgb(116,180,189); }
td.TdClassName
{
border-color: #74B4BD;
}
.TagClassName
{
border-color: #74B4BD;
}
</style>