Shades of Glacier #75B1C7
Tints of Glacier #75B1C7
RGB
CMYK
RGB Variations
Color information
#75B1C7 (or 0x75B1C7) is known color: Glacier. HEX triplet: 75, B1 and C7. RGB value is (117,177,199). Sum of RGB (Red+Green+Blue) = 117+177+199=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #75B1C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B1C7 is #8A4E38. Grayscale: #A1A1A1. Windows color (decimal): -9063993 or 13087093. OLE color: 13087093.
HSL color Cylindrical-coordinate representation of color #75B1C7: hue angle of 196.1º 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 #75B1C7 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 177 | 199 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.22 |
| HSL | 196.1º | 0.42% | 0.62% | - |
| HSV(B) | 196.1º | 0.41% | 0.78% | - |
| XYZ | 33.37 | 39.35 | 59.87 | - |
| YUV | 161.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 177 | 199 | 0.41 | 0.11 | 0 | 0.22 | 196.1 | 0.42 | 0.62 |
| Hex | 75 | B1 | C7 | 29 | B | 0 | 16 | C4 | 2A | 3E |
| Octal | 165 | 261 | 307 | 51 | 13 | 0 | 26 | 304 | 52 | 76 |
| Binary | 1110101 | 10110001 | 11000111 | 101001 | 1011 | 0 | 10110 | 11000100 | 101010 | 111110 |
Color Harmonies of #75B1C7
Complementary color
Monochromatic Colors of #75B1C7
Black with #75B1C7
Text Example
Text Example
White with #75B1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B1C7; }
p { color: rgb(117,177,199); }
H1.HeaderClassName
{
color: #75B1C7;
}
.AnyTagClassName
{
color: #75B1C7;
}
</style>
background-color css
<style>
a { background-color: #75B1C7; }
a { background-color: rgb(117,177,199); }
div.DivClassName
{
background-color: #75B1C7;
}
.BgClassName
{
background-color: #75B1C7;
}
</style>
border-color css
<style>
span { border-color: #75B1C7; }
span { border-color: rgb(117,177,199); }
td.TdClassName
{
border-color: #75B1C7;
}
.TagClassName
{
border-color: #75B1C7;
}
</style>