Shades of Glacier #74ADBB
Tints of Glacier #74ADBB
RGB
CMYK
RGB Variations
Color information
#74ADBB (or 0x74ADBB) is known color: Glacier. HEX triplet: 74, AD and BB. RGB value is (116,173,187). Sum of RGB (Red+Green+Blue) = 116+173+187=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #74ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADBB is #8B5244. Grayscale: #9D9D9D. Windows color (decimal): -9130565 or 12299636. OLE color: 12299636.
HSL color Cylindrical-coordinate representation of color #74ADBB: hue angle of 191.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74ADBB is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 173 | 187 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.27 |
| HSL | 191.83º | 0.34% | 0.59% | - |
| HSV(B) | 191.83º | 0.38% | 0.73% | - |
| XYZ | 31.12 | 37.19 | 52.55 | - |
| YUV | 157.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 187 | 0.38 | 0.07 | 0 | 0.27 | 191.83 | 0.34 | 0.59 |
| Hex | 74 | AD | BB | 26 | 7 | 0 | 1B | C0 | 22 | 3B |
| Octal | 164 | 255 | 273 | 46 | 7 | 0 | 33 | 300 | 42 | 73 |
| Binary | 1110100 | 10101101 | 10111011 | 100110 | 111 | 0 | 11011 | 11000000 | 100010 | 111011 |
Color Harmonies of #74ADBB
Complementary color
Monochromatic Colors of #74ADBB
Black with #74ADBB
Text Example
Text Example
White with #74ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADBB; }
p { color: rgb(116,173,187); }
H1.HeaderClassName
{
color: #74ADBB;
}
.AnyTagClassName
{
color: #74ADBB;
}
</style>
background-color css
<style>
a { background-color: #74ADBB; }
a { background-color: rgb(116,173,187); }
div.DivClassName
{
background-color: #74ADBB;
}
.BgClassName
{
background-color: #74ADBB;
}
</style>
border-color css
<style>
span { border-color: #74ADBB; }
span { border-color: rgb(116,173,187); }
td.TdClassName
{
border-color: #74ADBB;
}
.TagClassName
{
border-color: #74ADBB;
}
</style>