Shades of Glacier #75A1BA
Tints of Glacier #75A1BA
RGB
CMYK
RGB Variations
Color information
#75A1BA (or 0x75A1BA) is known color: Glacier. HEX triplet: 75, A1 and BA. RGB value is (117,161,186). Sum of RGB (Red+Green+Blue) = 117+161+186=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #75A1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A1BA is #8A5E45. Grayscale: #969696. Windows color (decimal): -9068102 or 12231029. OLE color: 12231029.
HSL color Cylindrical-coordinate representation of color #75A1BA: hue angle of 201.74º 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 #75A1BA is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 161 | 186 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.27 |
| HSL | 201.74º | 0.33% | 0.59% | - |
| HSV(B) | 201.74º | 0.37% | 0.73% | - |
| XYZ | 28.94 | 32.82 | 51.26 | - |
| YUV | 150.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 161 | 186 | 0.37 | 0.13 | 0 | 0.27 | 201.74 | 0.33 | 0.59 |
| Hex | 75 | A1 | BA | 25 | D | 0 | 1B | CA | 21 | 3B |
| Octal | 165 | 241 | 272 | 45 | 15 | 0 | 33 | 312 | 41 | 73 |
| Binary | 1110101 | 10100001 | 10111010 | 100101 | 1101 | 0 | 11011 | 11001010 | 100001 | 111011 |
Color Harmonies of #75A1BA
Complementary color
Monochromatic Colors of #75A1BA
Black with #75A1BA
Text Example
Text Example
White with #75A1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A1BA; }
p { color: rgb(117,161,186); }
H1.HeaderClassName
{
color: #75A1BA;
}
.AnyTagClassName
{
color: #75A1BA;
}
</style>
background-color css
<style>
a { background-color: #75A1BA; }
a { background-color: rgb(117,161,186); }
div.DivClassName
{
background-color: #75A1BA;
}
.BgClassName
{
background-color: #75A1BA;
}
</style>
border-color css
<style>
span { border-color: #75A1BA; }
span { border-color: rgb(117,161,186); }
td.TdClassName
{
border-color: #75A1BA;
}
.TagClassName
{
border-color: #75A1BA;
}
</style>