Shades of Glacier #75ABC2
Tints of Glacier #75ABC2
RGB
CMYK
RGB Variations
Color information
#75ABC2 (or 0x75ABC2) is known color: Glacier. HEX triplet: 75, AB and C2. RGB value is (117,171,194). Sum of RGB (Red+Green+Blue) = 117+171+194=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #75ABC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ABC2 is #8A543D. Grayscale: #9D9D9D. Windows color (decimal): -9065534 or 12757877. OLE color: 12757877.
HSL color Cylindrical-coordinate representation of color #75ABC2: hue angle of 197.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75ABC2 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 171 | 194 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.24 |
| HSL | 197.92º | 0.39% | 0.61% | - |
| HSV(B) | 197.92º | 0.4% | 0.76% | - |
| XYZ | 31.64 | 36.8 | 56.48 | - |
| YUV | 157.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 194 | 0.40 | 0.12 | 0 | 0.24 | 197.92 | 0.39 | 0.61 |
| Hex | 75 | AB | C2 | 28 | C | 0 | 18 | C6 | 27 | 3D |
| Octal | 165 | 253 | 302 | 50 | 14 | 0 | 30 | 306 | 47 | 75 |
| Binary | 1110101 | 10101011 | 11000010 | 101000 | 1100 | 0 | 11000 | 11000110 | 100111 | 111101 |
Color Harmonies of #75ABC2
Complementary color
Monochromatic Colors of #75ABC2
Black with #75ABC2
Text Example
Text Example
White with #75ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ABC2; }
p { color: rgb(117,171,194); }
H1.HeaderClassName
{
color: #75ABC2;
}
.AnyTagClassName
{
color: #75ABC2;
}
</style>
background-color css
<style>
a { background-color: #75ABC2; }
a { background-color: rgb(117,171,194); }
div.DivClassName
{
background-color: #75ABC2;
}
.BgClassName
{
background-color: #75ABC2;
}
</style>
border-color css
<style>
span { border-color: #75ABC2; }
span { border-color: rgb(117,171,194); }
td.TdClassName
{
border-color: #75ABC2;
}
.TagClassName
{
border-color: #75ABC2;
}
</style>