Shades of Glacier #75A5BA
Tints of Glacier #75A5BA
RGB
CMYK
RGB Variations
Color information
#75A5BA (or 0x75A5BA) is known color: Glacier. HEX triplet: 75, A5 and BA. RGB value is (117,165,186). Sum of RGB (Red+Green+Blue) = 117+165+186=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #75A5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A5BA is #8A5A45. Grayscale: #989898. Windows color (decimal): -9067078 or 12232053. OLE color: 12232053.
HSL color Cylindrical-coordinate representation of color #75A5BA: hue angle of 198.26º 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 #75A5BA is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 165 | 186 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.27 |
| HSL | 198.26º | 0.33% | 0.59% | - |
| HSV(B) | 198.26º | 0.37% | 0.73% | - |
| XYZ | 29.65 | 34.24 | 51.5 | - |
| YUV | 153.04 | 146.6 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 165 | 186 | 0.37 | 0.11 | 0 | 0.27 | 198.26 | 0.33 | 0.59 |
| Hex | 75 | A5 | BA | 25 | B | 0 | 1B | C6 | 21 | 3B |
| Octal | 165 | 245 | 272 | 45 | 13 | 0 | 33 | 306 | 41 | 73 |
| Binary | 1110101 | 10100101 | 10111010 | 100101 | 1011 | 0 | 11011 | 11000110 | 100001 | 111011 |
Color Harmonies of #75A5BA
Complementary color
Monochromatic Colors of #75A5BA
Black with #75A5BA
Text Example
Text Example
White with #75A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A5BA; }
p { color: rgb(117,165,186); }
H1.HeaderClassName
{
color: #75A5BA;
}
.AnyTagClassName
{
color: #75A5BA;
}
</style>
background-color css
<style>
a { background-color: #75A5BA; }
a { background-color: rgb(117,165,186); }
div.DivClassName
{
background-color: #75A5BA;
}
.BgClassName
{
background-color: #75A5BA;
}
</style>
border-color css
<style>
span { border-color: #75A5BA; }
span { border-color: rgb(117,165,186); }
td.TdClassName
{
border-color: #75A5BA;
}
.TagClassName
{
border-color: #75A5BA;
}
</style>