Shades of Glacier #75A8BA
Tints of Glacier #75A8BA
RGB
CMYK
RGB Variations
Color information
#75A8BA (or 0x75A8BA) is known color: Glacier. HEX triplet: 75, A8 and BA. RGB value is (117,168,186). Sum of RGB (Red+Green+Blue) = 117+168+186=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #75A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8BA is #8A5745. Grayscale: #9A9A9A. Windows color (decimal): -9066310 or 12232821. OLE color: 12232821.
HSL color Cylindrical-coordinate representation of color #75A8BA: hue angle of 195.65º 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 #75A8BA is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 168 | 186 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.27 |
| HSL | 195.65º | 0.33% | 0.59% | - |
| HSV(B) | 195.65º | 0.37% | 0.73% | - |
| XYZ | 30.2 | 35.33 | 51.68 | - |
| YUV | 154.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 186 | 0.37 | 0.10 | 0 | 0.27 | 195.65 | 0.33 | 0.59 |
| Hex | 75 | A8 | BA | 25 | A | 0 | 1B | C4 | 21 | 3B |
| Octal | 165 | 250 | 272 | 45 | 12 | 0 | 33 | 304 | 41 | 73 |
| Binary | 1110101 | 10101000 | 10111010 | 100101 | 1010 | 0 | 11011 | 11000100 | 100001 | 111011 |
Color Harmonies of #75A8BA
Complementary color
Monochromatic Colors of #75A8BA
Black with #75A8BA
Text Example
Text Example
White with #75A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A8BA; }
p { color: rgb(117,168,186); }
H1.HeaderClassName
{
color: #75A8BA;
}
.AnyTagClassName
{
color: #75A8BA;
}
</style>
background-color css
<style>
a { background-color: #75A8BA; }
a { background-color: rgb(117,168,186); }
div.DivClassName
{
background-color: #75A8BA;
}
.BgClassName
{
background-color: #75A8BA;
}
</style>
border-color css
<style>
span { border-color: #75A8BA; }
span { border-color: rgb(117,168,186); }
td.TdClassName
{
border-color: #75A8BA;
}
.TagClassName
{
border-color: #75A8BA;
}
</style>