Shades of Glacier #74A8BB
Tints of Glacier #74A8BB
RGB
CMYK
RGB Variations
Color information
#74A8BB (or 0x74A8BB) is known color: Glacier. HEX triplet: 74, A8 and BB. RGB value is (116,168,187). Sum of RGB (Red+Green+Blue) = 116+168+187=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #74A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A8BB is #8B5744. Grayscale: #9A9A9A. Windows color (decimal): -9131845 or 12298356. OLE color: 12298356.
HSL color Cylindrical-coordinate representation of color #74A8BB: hue angle of 196.06º 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 #74A8BB is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 168 | 187 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.27 |
| HSL | 196.06º | 0.34% | 0.59% | - |
| HSV(B) | 196.06º | 0.38% | 0.73% | - |
| XYZ | 30.17 | 35.31 | 52.24 | - |
| YUV | 154.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 187 | 0.38 | 0.10 | 0 | 0.27 | 196.06 | 0.34 | 0.59 |
| Hex | 74 | A8 | BB | 26 | A | 0 | 1B | C4 | 22 | 3B |
| Octal | 164 | 250 | 273 | 46 | 12 | 0 | 33 | 304 | 42 | 73 |
| Binary | 1110100 | 10101000 | 10111011 | 100110 | 1010 | 0 | 11011 | 11000100 | 100010 | 111011 |
Color Harmonies of #74A8BB
Complementary color
Monochromatic Colors of #74A8BB
Black with #74A8BB
Text Example
Text Example
White with #74A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A8BB; }
p { color: rgb(116,168,187); }
H1.HeaderClassName
{
color: #74A8BB;
}
.AnyTagClassName
{
color: #74A8BB;
}
</style>
background-color css
<style>
a { background-color: #74A8BB; }
a { background-color: rgb(116,168,187); }
div.DivClassName
{
background-color: #74A8BB;
}
.BgClassName
{
background-color: #74A8BB;
}
</style>
border-color css
<style>
span { border-color: #74A8BB; }
span { border-color: rgb(116,168,187); }
td.TdClassName
{
border-color: #74A8BB;
}
.TagClassName
{
border-color: #74A8BB;
}
</style>