Shades of Glacier #75A9BA
Tints of Glacier #75A9BA
RGB
CMYK
RGB Variations
Color information
#75A9BA (or 0x75A9BA) is known color: Glacier. HEX triplet: 75, A9 and BA. RGB value is (117,169,186). Sum of RGB (Red+Green+Blue) = 117+169+186=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #75A9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A9BA is #8A5645. Grayscale: #9B9B9B. Windows color (decimal): -9066054 or 12233077. OLE color: 12233077.
HSL color Cylindrical-coordinate representation of color #75A9BA: hue angle of 194.78º 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 #75A9BA is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 169 | 186 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.27 |
| HSL | 194.78º | 0.33% | 0.59% | - |
| HSV(B) | 194.78º | 0.37% | 0.73% | - |
| XYZ | 30.39 | 35.7 | 51.74 | - |
| YUV | 155.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 186 | 0.37 | 0.09 | 0 | 0.27 | 194.78 | 0.33 | 0.59 |
| Hex | 75 | A9 | BA | 25 | 9 | 0 | 1B | C3 | 21 | 3B |
| Octal | 165 | 251 | 272 | 45 | 11 | 0 | 33 | 303 | 41 | 73 |
| Binary | 1110101 | 10101001 | 10111010 | 100101 | 1001 | 0 | 11011 | 11000011 | 100001 | 111011 |
Color Harmonies of #75A9BA
Complementary color
Monochromatic Colors of #75A9BA
Black with #75A9BA
Text Example
Text Example
White with #75A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A9BA; }
p { color: rgb(117,169,186); }
H1.HeaderClassName
{
color: #75A9BA;
}
.AnyTagClassName
{
color: #75A9BA;
}
</style>
background-color css
<style>
a { background-color: #75A9BA; }
a { background-color: rgb(117,169,186); }
div.DivClassName
{
background-color: #75A9BA;
}
.BgClassName
{
background-color: #75A9BA;
}
</style>
border-color css
<style>
span { border-color: #75A9BA; }
span { border-color: rgb(117,169,186); }
td.TdClassName
{
border-color: #75A9BA;
}
.TagClassName
{
border-color: #75A9BA;
}
</style>