Shades of Glacier #75ACC5
Tints of Glacier #75ACC5
RGB
CMYK
RGB Variations
Color information
#75ACC5 (or 0x75ACC5) is known color: Glacier. HEX triplet: 75, AC and C5. RGB value is (117,172,197). Sum of RGB (Red+Green+Blue) = 117+172+197=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #75ACC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACC5 is #8A533A. Grayscale: #9E9E9E. Windows color (decimal): -9065275 or 12954741. OLE color: 12954741.
HSL color Cylindrical-coordinate representation of color #75ACC5: hue angle of 198.75º 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 #75ACC5 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 172 | 197 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.23 |
| HSL | 198.75º | 0.41% | 0.62% | - |
| HSV(B) | 198.75º | 0.41% | 0.77% | - |
| XYZ | 32.17 | 37.32 | 58.33 | - |
| YUV | 158.41 | 149.78 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 172 | 197 | 0.41 | 0.13 | 0 | 0.23 | 198.75 | 0.41 | 0.62 |
| Hex | 75 | AC | C5 | 29 | D | 0 | 17 | C7 | 29 | 3E |
| Octal | 165 | 254 | 305 | 51 | 15 | 0 | 27 | 307 | 51 | 76 |
| Binary | 1110101 | 10101100 | 11000101 | 101001 | 1101 | 0 | 10111 | 11000111 | 101001 | 111110 |
Color Harmonies of #75ACC5
Complementary color
Monochromatic Colors of #75ACC5
Black with #75ACC5
Text Example
Text Example
White with #75ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ACC5; }
p { color: rgb(117,172,197); }
H1.HeaderClassName
{
color: #75ACC5;
}
.AnyTagClassName
{
color: #75ACC5;
}
</style>
background-color css
<style>
a { background-color: #75ACC5; }
a { background-color: rgb(117,172,197); }
div.DivClassName
{
background-color: #75ACC5;
}
.BgClassName
{
background-color: #75ACC5;
}
</style>
border-color css
<style>
span { border-color: #75ACC5; }
span { border-color: rgb(117,172,197); }
td.TdClassName
{
border-color: #75ACC5;
}
.TagClassName
{
border-color: #75ACC5;
}
</style>