Shades of Glacier #75ADC5
Tints of Glacier #75ADC5
RGB
CMYK
RGB Variations
Color information
#75ADC5 (or 0x75ADC5) is known color: Glacier. HEX triplet: 75, AD and C5. RGB value is (117,173,197). Sum of RGB (Red+Green+Blue) = 117+173+197=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 197 - color contains mainly: blue. Hex color #75ADC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADC5 is #8A523A. Grayscale: #9E9E9E. Windows color (decimal): -9065019 or 12954997. OLE color: 12954997.
HSL color Cylindrical-coordinate representation of color #75ADC5: hue angle of 198º 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 #75ADC5 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 173 | 197 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.23 |
| HSL | 198º | 0.41% | 0.62% | - |
| HSV(B) | 198º | 0.41% | 0.77% | - |
| XYZ | 32.36 | 37.7 | 58.39 | - |
| YUV | 158.99 | 149.45 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 197 | 0.41 | 0.12 | 0 | 0.23 | 198 | 0.41 | 0.62 |
| Hex | 75 | AD | C5 | 29 | C | 0 | 17 | C6 | 29 | 3E |
| Octal | 165 | 255 | 305 | 51 | 14 | 0 | 27 | 306 | 51 | 76 |
| Binary | 1110101 | 10101101 | 11000101 | 101001 | 1100 | 0 | 10111 | 11000110 | 101001 | 111110 |
Color Harmonies of #75ADC5
Complementary color
Monochromatic Colors of #75ADC5
Black with #75ADC5
Text Example
Text Example
White with #75ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ADC5; }
p { color: rgb(117,173,197); }
H1.HeaderClassName
{
color: #75ADC5;
}
.AnyTagClassName
{
color: #75ADC5;
}
</style>
background-color css
<style>
a { background-color: #75ADC5; }
a { background-color: rgb(117,173,197); }
div.DivClassName
{
background-color: #75ADC5;
}
.BgClassName
{
background-color: #75ADC5;
}
</style>
border-color css
<style>
span { border-color: #75ADC5; }
span { border-color: rgb(117,173,197); }
td.TdClassName
{
border-color: #75ADC5;
}
.TagClassName
{
border-color: #75ADC5;
}
</style>