Shades of Glacier #75A7BE
Tints of Glacier #75A7BE
RGB
CMYK
RGB Variations
Color information
#75A7BE (or 0x75A7BE) is known color: Glacier. HEX triplet: 75, A7 and BE. RGB value is (117,167,190). Sum of RGB (Red+Green+Blue) = 117+167+190=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #75A7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A7BE is #8A5841. Grayscale: #9A9A9A. Windows color (decimal): -9066562 or 12494709. OLE color: 12494709.
HSL color Cylindrical-coordinate representation of color #75A7BE: hue angle of 198.9º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75A7BE is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 167 | 190 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.25 |
| HSL | 198.9º | 0.36% | 0.6% | - |
| HSV(B) | 198.9º | 0.38% | 0.75% | - |
| XYZ | 30.45 | 35.14 | 53.89 | - |
| YUV | 154.67 | 147.94 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 167 | 190 | 0.38 | 0.12 | 0 | 0.25 | 198.9 | 0.36 | 0.6 |
| Hex | 75 | A7 | BE | 26 | C | 0 | 19 | C7 | 24 | 3C |
| Octal | 165 | 247 | 276 | 46 | 14 | 0 | 31 | 307 | 44 | 74 |
| Binary | 1110101 | 10100111 | 10111110 | 100110 | 1100 | 0 | 11001 | 11000111 | 100100 | 111100 |
Color Harmonies of #75A7BE
Complementary color
Monochromatic Colors of #75A7BE
Black with #75A7BE
Text Example
Text Example
White with #75A7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A7BE; }
p { color: rgb(117,167,190); }
H1.HeaderClassName
{
color: #75A7BE;
}
.AnyTagClassName
{
color: #75A7BE;
}
</style>
background-color css
<style>
a { background-color: #75A7BE; }
a { background-color: rgb(117,167,190); }
div.DivClassName
{
background-color: #75A7BE;
}
.BgClassName
{
background-color: #75A7BE;
}
</style>
border-color css
<style>
span { border-color: #75A7BE; }
span { border-color: rgb(117,167,190); }
td.TdClassName
{
border-color: #75A7BE;
}
.TagClassName
{
border-color: #75A7BE;
}
</style>