Shades of Glacier #75A8B7
Tints of Glacier #75A8B7
RGB
CMYK
RGB Variations
Color information
#75A8B7 (or 0x75A8B7) is known color: Glacier. HEX triplet: 75, A8 and B7. RGB value is (117,168,183). Sum of RGB (Red+Green+Blue) = 117+168+183=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 183 - color contains mainly: blue. Hex color #75A8B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8B7 is #8A5748. Grayscale: #9A9A9A. Windows color (decimal): -9066313 or 12036213. OLE color: 12036213.
HSL color Cylindrical-coordinate representation of color #75A8B7: hue angle of 193.64º 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 #75A8B7 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 168 | 183 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.28 |
| HSL | 193.64º | 0.31% | 0.59% | - |
| HSV(B) | 193.64º | 0.36% | 0.72% | - |
| XYZ | 29.89 | 35.21 | 50.02 | - |
| YUV | 154.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 183 | 0.36 | 0.08 | 0 | 0.28 | 193.64 | 0.31 | 0.59 |
| Hex | 75 | A8 | B7 | 24 | 8 | 0 | 1C | C2 | 1F | 3B |
| Octal | 165 | 250 | 267 | 44 | 10 | 0 | 34 | 302 | 37 | 73 |
| Binary | 1110101 | 10101000 | 10110111 | 100100 | 1000 | 0 | 11100 | 11000010 | 11111 | 111011 |
Color Harmonies of #75A8B7
Complementary color
Monochromatic Colors of #75A8B7
Black with #75A8B7
Text Example
Text Example
White with #75A8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A8B7; }
p { color: rgb(117,168,183); }
H1.HeaderClassName
{
color: #75A8B7;
}
.AnyTagClassName
{
color: #75A8B7;
}
</style>
background-color css
<style>
a { background-color: #75A8B7; }
a { background-color: rgb(117,168,183); }
div.DivClassName
{
background-color: #75A8B7;
}
.BgClassName
{
background-color: #75A8B7;
}
</style>
border-color css
<style>
span { border-color: #75A8B7; }
span { border-color: rgb(117,168,183); }
td.TdClassName
{
border-color: #75A8B7;
}
.TagClassName
{
border-color: #75A8B7;
}
</style>