Shades of Glacier #75A4BA
Tints of Glacier #75A4BA
RGB
CMYK
RGB Variations
Color information
#75A4BA (or 0x75A4BA) is known color: Glacier. HEX triplet: 75, A4 and BA. RGB value is (117,164,186). Sum of RGB (Red+Green+Blue) = 117+164+186=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #75A4BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A4BA is #8A5B45. Grayscale: #989898. Windows color (decimal): -9067334 or 12231797. OLE color: 12231797.
HSL color Cylindrical-coordinate representation of color #75A4BA: hue angle of 199.13º 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 #75A4BA is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 164 | 186 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.27 |
| HSL | 199.13º | 0.33% | 0.59% | - |
| HSV(B) | 199.13º | 0.37% | 0.73% | - |
| XYZ | 29.47 | 33.88 | 51.44 | - |
| YUV | 152.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 164 | 186 | 0.37 | 0.12 | 0 | 0.27 | 199.13 | 0.33 | 0.59 |
| Hex | 75 | A4 | BA | 25 | C | 0 | 1B | C7 | 21 | 3B |
| Octal | 165 | 244 | 272 | 45 | 14 | 0 | 33 | 307 | 41 | 73 |
| Binary | 1110101 | 10100100 | 10111010 | 100101 | 1100 | 0 | 11011 | 11000111 | 100001 | 111011 |
Color Harmonies of #75A4BA
Complementary color
Monochromatic Colors of #75A4BA
Black with #75A4BA
Text Example
Text Example
White with #75A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A4BA; }
p { color: rgb(117,164,186); }
H1.HeaderClassName
{
color: #75A4BA;
}
.AnyTagClassName
{
color: #75A4BA;
}
</style>
background-color css
<style>
a { background-color: #75A4BA; }
a { background-color: rgb(117,164,186); }
div.DivClassName
{
background-color: #75A4BA;
}
.BgClassName
{
background-color: #75A4BA;
}
</style>
border-color css
<style>
span { border-color: #75A4BA; }
span { border-color: rgb(117,164,186); }
td.TdClassName
{
border-color: #75A4BA;
}
.TagClassName
{
border-color: #75A4BA;
}
</style>