Shades of Glacier #75ABC5
Tints of Glacier #75ABC5
RGB
CMYK
RGB Variations
Color information
#75ABC5 (or 0x75ABC5) is known color: Glacier. HEX triplet: 75, AB and C5. RGB value is (117,171,197). Sum of RGB (Red+Green+Blue) = 117+171+197=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #75ABC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ABC5 is #8A543A. Grayscale: #9D9D9D. Windows color (decimal): -9065531 or 12954485. OLE color: 12954485.
HSL color Cylindrical-coordinate representation of color #75ABC5: hue angle of 199.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75ABC5 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 171 | 197 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.23 |
| HSL | 199.5º | 0.41% | 0.62% | - |
| HSV(B) | 199.5º | 0.41% | 0.77% | - |
| XYZ | 31.98 | 36.94 | 58.27 | - |
| YUV | 157.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 197 | 0.41 | 0.13 | 0 | 0.23 | 199.5 | 0.41 | 0.62 |
| Hex | 75 | AB | C5 | 29 | D | 0 | 17 | C8 | 29 | 3E |
| Octal | 165 | 253 | 305 | 51 | 15 | 0 | 27 | 310 | 51 | 76 |
| Binary | 1110101 | 10101011 | 11000101 | 101001 | 1101 | 0 | 10111 | 11001000 | 101001 | 111110 |
Color Harmonies of #75ABC5
Complementary color
Monochromatic Colors of #75ABC5
Black with #75ABC5
Text Example
Text Example
White with #75ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ABC5; }
p { color: rgb(117,171,197); }
H1.HeaderClassName
{
color: #75ABC5;
}
.AnyTagClassName
{
color: #75ABC5;
}
</style>
background-color css
<style>
a { background-color: #75ABC5; }
a { background-color: rgb(117,171,197); }
div.DivClassName
{
background-color: #75ABC5;
}
.BgClassName
{
background-color: #75ABC5;
}
</style>
border-color css
<style>
span { border-color: #75ABC5; }
span { border-color: rgb(117,171,197); }
td.TdClassName
{
border-color: #75ABC5;
}
.TagClassName
{
border-color: #75ABC5;
}
</style>