Shades of Glacier #75B1B9
Tints of Glacier #75B1B9
RGB
CMYK
RGB Variations
Color information
#75B1B9 (or 0x75B1B9) is known color: Glacier. HEX triplet: 75, B1 and B9. RGB value is (117,177,185). Sum of RGB (Red+Green+Blue) = 117+177+185=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 185 - color contains mainly: blue. Hex color #75B1B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B1B9 is #8A4E46. Grayscale: #9F9F9F. Windows color (decimal): -9064007 or 12169589. OLE color: 12169589.
HSL color Cylindrical-coordinate representation of color #75B1B9: hue angle of 187.06º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75B1B9 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 177 | 185 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.27 |
| HSL | 187.06º | 0.33% | 0.59% | - |
| HSV(B) | 187.06º | 0.37% | 0.73% | - |
| XYZ | 31.82 | 38.73 | 51.7 | - |
| YUV | 159.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 177 | 185 | 0.37 | 0.04 | 0 | 0.27 | 187.06 | 0.33 | 0.59 |
| Hex | 75 | B1 | B9 | 25 | 4 | 0 | 1B | BB | 21 | 3B |
| Octal | 165 | 261 | 271 | 45 | 4 | 0 | 33 | 273 | 41 | 73 |
| Binary | 1110101 | 10110001 | 10111001 | 100101 | 100 | 0 | 11011 | 10111011 | 100001 | 111011 |
Color Harmonies of #75B1B9
Complementary color
Monochromatic Colors of #75B1B9
Black with #75B1B9
Text Example
Text Example
White with #75B1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B1B9; }
p { color: rgb(117,177,185); }
H1.HeaderClassName
{
color: #75B1B9;
}
.AnyTagClassName
{
color: #75B1B9;
}
</style>
background-color css
<style>
a { background-color: #75B1B9; }
a { background-color: rgb(117,177,185); }
div.DivClassName
{
background-color: #75B1B9;
}
.BgClassName
{
background-color: #75B1B9;
}
</style>
border-color css
<style>
span { border-color: #75B1B9; }
span { border-color: rgb(117,177,185); }
td.TdClassName
{
border-color: #75B1B9;
}
.TagClassName
{
border-color: #75B1B9;
}
</style>