Shades of Glacier #75A3BA
Tints of Glacier #75A3BA
RGB
CMYK
RGB Variations
Color information
#75A3BA (or 0x75A3BA) is known color: Glacier. HEX triplet: 75, A3 and BA. RGB value is (117,163,186). Sum of RGB (Red+Green+Blue) = 117+163+186=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #75A3BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A3BA is #8A5C45. Grayscale: #979797. Windows color (decimal): -9067590 or 12231541. OLE color: 12231541.
HSL color Cylindrical-coordinate representation of color #75A3BA: hue angle of 200º 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 #75A3BA is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 163 | 186 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.27 |
| HSL | 200º | 0.33% | 0.59% | - |
| HSV(B) | 200º | 0.37% | 0.73% | - |
| XYZ | 29.3 | 33.52 | 51.38 | - |
| YUV | 151.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 163 | 186 | 0.37 | 0.12 | 0 | 0.27 | 200 | 0.33 | 0.59 |
| Hex | 75 | A3 | BA | 25 | C | 0 | 1B | C8 | 21 | 3B |
| Octal | 165 | 243 | 272 | 45 | 14 | 0 | 33 | 310 | 41 | 73 |
| Binary | 1110101 | 10100011 | 10111010 | 100101 | 1100 | 0 | 11011 | 11001000 | 100001 | 111011 |
Color Harmonies of #75A3BA
Complementary color
Monochromatic Colors of #75A3BA
Black with #75A3BA
Text Example
Text Example
White with #75A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A3BA; }
p { color: rgb(117,163,186); }
H1.HeaderClassName
{
color: #75A3BA;
}
.AnyTagClassName
{
color: #75A3BA;
}
</style>
background-color css
<style>
a { background-color: #75A3BA; }
a { background-color: rgb(117,163,186); }
div.DivClassName
{
background-color: #75A3BA;
}
.BgClassName
{
background-color: #75A3BA;
}
</style>
border-color css
<style>
span { border-color: #75A3BA; }
span { border-color: rgb(117,163,186); }
td.TdClassName
{
border-color: #75A3BA;
}
.TagClassName
{
border-color: #75A3BA;
}
</style>