Shades of Glacier #74ADBE
Tints of Glacier #74ADBE
RGB
CMYK
RGB Variations
Color information
#74ADBE (or 0x74ADBE) is known color: Glacier. HEX triplet: 74, AD and BE. RGB value is (116,173,190). Sum of RGB (Red+Green+Blue) = 116+173+190=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #74ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADBE is #8B5241. Grayscale: #9D9D9D. Windows color (decimal): -9130562 or 12496244. OLE color: 12496244.
HSL color Cylindrical-coordinate representation of color #74ADBE: hue angle of 193.78º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74ADBE is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 173 | 190 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.25 |
| HSL | 193.78º | 0.36% | 0.6% | - |
| HSV(B) | 193.78º | 0.39% | 0.75% | - |
| XYZ | 31.44 | 37.32 | 54.26 | - |
| YUV | 157.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 190 | 0.39 | 0.09 | 0 | 0.25 | 193.78 | 0.36 | 0.6 |
| Hex | 74 | AD | BE | 27 | 9 | 0 | 19 | C2 | 24 | 3C |
| Octal | 164 | 255 | 276 | 47 | 11 | 0 | 31 | 302 | 44 | 74 |
| Binary | 1110100 | 10101101 | 10111110 | 100111 | 1001 | 0 | 11001 | 11000010 | 100100 | 111100 |
Color Harmonies of #74ADBE
Complementary color
Monochromatic Colors of #74ADBE
Black with #74ADBE
Text Example
Text Example
White with #74ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADBE; }
p { color: rgb(116,173,190); }
H1.HeaderClassName
{
color: #74ADBE;
}
.AnyTagClassName
{
color: #74ADBE;
}
</style>
background-color css
<style>
a { background-color: #74ADBE; }
a { background-color: rgb(116,173,190); }
div.DivClassName
{
background-color: #74ADBE;
}
.BgClassName
{
background-color: #74ADBE;
}
</style>
border-color css
<style>
span { border-color: #74ADBE; }
span { border-color: rgb(116,173,190); }
td.TdClassName
{
border-color: #74ADBE;
}
.TagClassName
{
border-color: #74ADBE;
}
</style>