Shades of Glacier #75A9B7
Tints of Glacier #75A9B7
RGB
CMYK
RGB Variations
Color information
#75A9B7 (or 0x75A9B7) is known color: Glacier. HEX triplet: 75, A9 and B7. RGB value is (117,169,183). Sum of RGB (Red+Green+Blue) = 117+169+183=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 183 - color contains mainly: blue. Hex color #75A9B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A9B7 is #8A5648. Grayscale: #9A9A9A. Windows color (decimal): -9066057 or 12036469. OLE color: 12036469.
HSL color Cylindrical-coordinate representation of color #75A9B7: hue angle of 192.73º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75A9B7 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 169 | 183 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.28 |
| HSL | 192.73º | 0.31% | 0.59% | - |
| HSV(B) | 192.73º | 0.36% | 0.72% | - |
| XYZ | 30.07 | 35.58 | 50.08 | - |
| YUV | 155.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 183 | 0.36 | 0.08 | 0 | 0.28 | 192.73 | 0.31 | 0.59 |
| Hex | 75 | A9 | B7 | 24 | 8 | 0 | 1C | C1 | 1F | 3B |
| Octal | 165 | 251 | 267 | 44 | 10 | 0 | 34 | 301 | 37 | 73 |
| Binary | 1110101 | 10101001 | 10110111 | 100100 | 1000 | 0 | 11100 | 11000001 | 11111 | 111011 |
Color Harmonies of #75A9B7
Complementary color
Monochromatic Colors of #75A9B7
Black with #75A9B7
Text Example
Text Example
White with #75A9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A9B7; }
p { color: rgb(117,169,183); }
H1.HeaderClassName
{
color: #75A9B7;
}
.AnyTagClassName
{
color: #75A9B7;
}
</style>
background-color css
<style>
a { background-color: #75A9B7; }
a { background-color: rgb(117,169,183); }
div.DivClassName
{
background-color: #75A9B7;
}
.BgClassName
{
background-color: #75A9B7;
}
</style>
border-color css
<style>
span { border-color: #75A9B7; }
span { border-color: rgb(117,169,183); }
td.TdClassName
{
border-color: #75A9B7;
}
.TagClassName
{
border-color: #75A9B7;
}
</style>