Shades of Glacier #75AABA
Tints of Glacier #75AABA
RGB
CMYK
RGB Variations
Color information
#75AABA (or 0x75AABA) is known color: Glacier. HEX triplet: 75, AA and BA. RGB value is (117,170,186). Sum of RGB (Red+Green+Blue) = 117+170+186=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #75AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AABA is #8A5545. Grayscale: #9B9B9B. Windows color (decimal): -9065798 or 12233333. OLE color: 12233333.
HSL color Cylindrical-coordinate representation of color #75AABA: hue angle of 193.91º 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 #75AABA is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 170 | 186 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.27 |
| HSL | 193.91º | 0.33% | 0.59% | - |
| HSV(B) | 193.91º | 0.37% | 0.73% | - |
| XYZ | 30.57 | 36.08 | 51.81 | - |
| YUV | 155.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 170 | 186 | 0.37 | 0.09 | 0 | 0.27 | 193.91 | 0.33 | 0.59 |
| Hex | 75 | AA | BA | 25 | 9 | 0 | 1B | C2 | 21 | 3B |
| Octal | 165 | 252 | 272 | 45 | 11 | 0 | 33 | 302 | 41 | 73 |
| Binary | 1110101 | 10101010 | 10111010 | 100101 | 1001 | 0 | 11011 | 11000010 | 100001 | 111011 |
Color Harmonies of #75AABA
Complementary color
Monochromatic Colors of #75AABA
Black with #75AABA
Text Example
Text Example
White with #75AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AABA; }
p { color: rgb(117,170,186); }
H1.HeaderClassName
{
color: #75AABA;
}
.AnyTagClassName
{
color: #75AABA;
}
</style>
background-color css
<style>
a { background-color: #75AABA; }
a { background-color: rgb(117,170,186); }
div.DivClassName
{
background-color: #75AABA;
}
.BgClassName
{
background-color: #75AABA;
}
</style>
border-color css
<style>
span { border-color: #75AABA; }
span { border-color: rgb(117,170,186); }
td.TdClassName
{
border-color: #75AABA;
}
.TagClassName
{
border-color: #75AABA;
}
</style>