Shades of Glacier #75ADC7
Tints of Glacier #75ADC7
RGB
CMYK
RGB Variations
Color information
#75ADC7 (or 0x75ADC7) is known color: Glacier. HEX triplet: 75, AD and C7. RGB value is (117,173,199). Sum of RGB (Red+Green+Blue) = 117+173+199=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 199 - color contains mainly: blue. Hex color #75ADC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADC7 is #8A5238. Grayscale: #9F9F9F. Windows color (decimal): -9065017 or 13086069. OLE color: 13086069.
HSL color Cylindrical-coordinate representation of color #75ADC7: hue angle of 199.02º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75ADC7 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 173 | 199 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.22 |
| HSL | 199.02º | 0.42% | 0.62% | - |
| HSV(B) | 199.02º | 0.41% | 0.78% | - |
| XYZ | 32.59 | 37.79 | 59.61 | - |
| YUV | 159.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 199 | 0.41 | 0.13 | 0 | 0.22 | 199.02 | 0.42 | 0.62 |
| Hex | 75 | AD | C7 | 29 | D | 0 | 16 | C7 | 2A | 3E |
| Octal | 165 | 255 | 307 | 51 | 15 | 0 | 26 | 307 | 52 | 76 |
| Binary | 1110101 | 10101101 | 11000111 | 101001 | 1101 | 0 | 10110 | 11000111 | 101010 | 111110 |
Color Harmonies of #75ADC7
Complementary color
Monochromatic Colors of #75ADC7
Black with #75ADC7
Text Example
Text Example
White with #75ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ADC7; }
p { color: rgb(117,173,199); }
H1.HeaderClassName
{
color: #75ADC7;
}
.AnyTagClassName
{
color: #75ADC7;
}
</style>
background-color css
<style>
a { background-color: #75ADC7; }
a { background-color: rgb(117,173,199); }
div.DivClassName
{
background-color: #75ADC7;
}
.BgClassName
{
background-color: #75ADC7;
}
</style>
border-color css
<style>
span { border-color: #75ADC7; }
span { border-color: rgb(117,173,199); }
td.TdClassName
{
border-color: #75ADC7;
}
.TagClassName
{
border-color: #75ADC7;
}
</style>