Shades of Glacier #75AABB
Tints of Glacier #75AABB
RGB
CMYK
RGB Variations
Color information
#75AABB (or 0x75AABB) is known color: Glacier. HEX triplet: 75, AA and BB. RGB value is (117,170,187). Sum of RGB (Red+Green+Blue) = 117+170+187=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #75AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AABB is #8A5544. Grayscale: #9B9B9B. Windows color (decimal): -9065797 or 12298869. OLE color: 12298869.
HSL color Cylindrical-coordinate representation of color #75AABB: hue angle of 194.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75AABB is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 170 | 187 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.27 |
| HSL | 194.57º | 0.34% | 0.6% | - |
| HSV(B) | 194.57º | 0.37% | 0.73% | - |
| XYZ | 30.68 | 36.12 | 52.37 | - |
| YUV | 156.09 | 145.44 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 170 | 187 | 0.37 | 0.09 | 0 | 0.27 | 194.57 | 0.34 | 0.6 |
| Hex | 75 | AA | BB | 25 | 9 | 0 | 1B | C3 | 22 | 3C |
| Octal | 165 | 252 | 273 | 45 | 11 | 0 | 33 | 303 | 42 | 74 |
| Binary | 1110101 | 10101010 | 10111011 | 100101 | 1001 | 0 | 11011 | 11000011 | 100010 | 111100 |
Color Harmonies of #75AABB
Complementary color
Monochromatic Colors of #75AABB
Black with #75AABB
Text Example
Text Example
White with #75AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AABB; }
p { color: rgb(117,170,187); }
H1.HeaderClassName
{
color: #75AABB;
}
.AnyTagClassName
{
color: #75AABB;
}
</style>
background-color css
<style>
a { background-color: #75AABB; }
a { background-color: rgb(117,170,187); }
div.DivClassName
{
background-color: #75AABB;
}
.BgClassName
{
background-color: #75AABB;
}
</style>
border-color css
<style>
span { border-color: #75AABB; }
span { border-color: rgb(117,170,187); }
td.TdClassName
{
border-color: #75AABB;
}
.TagClassName
{
border-color: #75AABB;
}
</style>