Shades of Glacier #74ADBD
Tints of Glacier #74ADBD
RGB
CMYK
RGB Variations
Color information
#74ADBD (or 0x74ADBD) is known color: Glacier. HEX triplet: 74, AD and BD. RGB value is (116,173,189). Sum of RGB (Red+Green+Blue) = 116+173+189=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #74ADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADBD is #8B5242. Grayscale: #9D9D9D. Windows color (decimal): -9130563 or 12430708. OLE color: 12430708.
HSL color Cylindrical-coordinate representation of color #74ADBD: hue angle of 193.15º 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 #74ADBD is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 173 | 189 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.26 |
| HSL | 193.15º | 0.36% | 0.6% | - |
| HSV(B) | 193.15º | 0.39% | 0.74% | - |
| XYZ | 31.33 | 37.27 | 53.69 | - |
| YUV | 157.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 189 | 0.39 | 0.08 | 0 | 0.26 | 193.15 | 0.36 | 0.6 |
| Hex | 74 | AD | BD | 27 | 8 | 0 | 1A | C1 | 24 | 3C |
| Octal | 164 | 255 | 275 | 47 | 10 | 0 | 32 | 301 | 44 | 74 |
| Binary | 1110100 | 10101101 | 10111101 | 100111 | 1000 | 0 | 11010 | 11000001 | 100100 | 111100 |
Color Harmonies of #74ADBD
Complementary color
Monochromatic Colors of #74ADBD
Black with #74ADBD
Text Example
Text Example
White with #74ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADBD; }
p { color: rgb(116,173,189); }
H1.HeaderClassName
{
color: #74ADBD;
}
.AnyTagClassName
{
color: #74ADBD;
}
</style>
background-color css
<style>
a { background-color: #74ADBD; }
a { background-color: rgb(116,173,189); }
div.DivClassName
{
background-color: #74ADBD;
}
.BgClassName
{
background-color: #74ADBD;
}
</style>
border-color css
<style>
span { border-color: #74ADBD; }
span { border-color: rgb(116,173,189); }
td.TdClassName
{
border-color: #74ADBD;
}
.TagClassName
{
border-color: #74ADBD;
}
</style>