Shades of Glacier #75AFC0
Tints of Glacier #75AFC0
RGB
CMYK
RGB Variations
Color information
#75AFC0 (or 0x75AFC0) is known color: Glacier. HEX triplet: 75, AF and C0. RGB value is (117,175,192). Sum of RGB (Red+Green+Blue) = 117+175+192=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #75AFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AFC0 is #8A503F. Grayscale: #9F9F9F. Windows color (decimal): -9064512 or 12627829. OLE color: 12627829.
HSL color Cylindrical-coordinate representation of color #75AFC0: hue angle of 193.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75AFC0 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 175 | 192 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.25 |
| HSL | 193.6º | 0.37% | 0.61% | - |
| HSV(B) | 193.6º | 0.39% | 0.75% | - |
| XYZ | 32.18 | 38.25 | 55.56 | - |
| YUV | 159.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 175 | 192 | 0.39 | 0.09 | 0 | 0.25 | 193.6 | 0.37 | 0.61 |
| Hex | 75 | AF | C0 | 27 | 9 | 0 | 19 | C2 | 25 | 3D |
| Octal | 165 | 257 | 300 | 47 | 11 | 0 | 31 | 302 | 45 | 75 |
| Binary | 1110101 | 10101111 | 11000000 | 100111 | 1001 | 0 | 11001 | 11000010 | 100101 | 111101 |
Color Harmonies of #75AFC0
Complementary color
Monochromatic Colors of #75AFC0
Black with #75AFC0
Text Example
Text Example
White with #75AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AFC0; }
p { color: rgb(117,175,192); }
H1.HeaderClassName
{
color: #75AFC0;
}
.AnyTagClassName
{
color: #75AFC0;
}
</style>
background-color css
<style>
a { background-color: #75AFC0; }
a { background-color: rgb(117,175,192); }
div.DivClassName
{
background-color: #75AFC0;
}
.BgClassName
{
background-color: #75AFC0;
}
</style>
border-color css
<style>
span { border-color: #75AFC0; }
span { border-color: rgb(117,175,192); }
td.TdClassName
{
border-color: #75AFC0;
}
.TagClassName
{
border-color: #75AFC0;
}
</style>