Shades of Glacier #75B5C0
Tints of Glacier #75B5C0
RGB
CMYK
RGB Variations
Color information
#75B5C0 (or 0x75B5C0) is known color: Glacier. HEX triplet: 75, B5 and C0. RGB value is (117,181,192). Sum of RGB (Red+Green+Blue) = 117+181+192=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #75B5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B5C0 is #8A4A3F. Grayscale: #A3A3A3. Windows color (decimal): -9062976 or 12629365. OLE color: 12629365.
HSL color Cylindrical-coordinate representation of color #75B5C0: hue angle of 188.8º 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 #75B5C0 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 181 | 192 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.25 |
| HSL | 188.8º | 0.37% | 0.61% | - |
| HSV(B) | 188.8º | 0.39% | 0.75% | - |
| XYZ | 33.37 | 40.64 | 55.95 | - |
| YUV | 163.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 181 | 192 | 0.39 | 0.06 | 0 | 0.25 | 188.8 | 0.37 | 0.61 |
| Hex | 75 | B5 | C0 | 27 | 6 | 0 | 19 | BD | 25 | 3D |
| Octal | 165 | 265 | 300 | 47 | 6 | 0 | 31 | 275 | 45 | 75 |
| Binary | 1110101 | 10110101 | 11000000 | 100111 | 110 | 0 | 11001 | 10111101 | 100101 | 111101 |
Color Harmonies of #75B5C0
Complementary color
Monochromatic Colors of #75B5C0
Black with #75B5C0
Text Example
Text Example
White with #75B5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B5C0; }
p { color: rgb(117,181,192); }
H1.HeaderClassName
{
color: #75B5C0;
}
.AnyTagClassName
{
color: #75B5C0;
}
</style>
background-color css
<style>
a { background-color: #75B5C0; }
a { background-color: rgb(117,181,192); }
div.DivClassName
{
background-color: #75B5C0;
}
.BgClassName
{
background-color: #75B5C0;
}
</style>
border-color css
<style>
span { border-color: #75B5C0; }
span { border-color: rgb(117,181,192); }
td.TdClassName
{
border-color: #75B5C0;
}
.TagClassName
{
border-color: #75B5C0;
}
</style>