Shades of Glacier #75A8B9
Tints of Glacier #75A8B9
RGB
CMYK
RGB Variations
Color information
#75A8B9 (or 0x75A8B9) is known color: Glacier. HEX triplet: 75, A8 and B9. RGB value is (117,168,185). Sum of RGB (Red+Green+Blue) = 117+168+185=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 185 - color contains mainly: blue. Hex color #75A8B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8B9 is #8A5746. Grayscale: #9A9A9A. Windows color (decimal): -9066311 or 12167285. OLE color: 12167285.
HSL color Cylindrical-coordinate representation of color #75A8B9: hue angle of 195º 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 #75A8B9 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 168 | 185 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.27 |
| HSL | 195º | 0.33% | 0.59% | - |
| HSV(B) | 195º | 0.37% | 0.73% | - |
| XYZ | 30.1 | 35.29 | 51.12 | - |
| YUV | 154.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 185 | 0.37 | 0.09 | 0 | 0.27 | 195 | 0.33 | 0.59 |
| Hex | 75 | A8 | B9 | 25 | 9 | 0 | 1B | C3 | 21 | 3B |
| Octal | 165 | 250 | 271 | 45 | 11 | 0 | 33 | 303 | 41 | 73 |
| Binary | 1110101 | 10101000 | 10111001 | 100101 | 1001 | 0 | 11011 | 11000011 | 100001 | 111011 |
Color Harmonies of #75A8B9
Complementary color
Monochromatic Colors of #75A8B9
Black with #75A8B9
Text Example
Text Example
White with #75A8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A8B9; }
p { color: rgb(117,168,185); }
H1.HeaderClassName
{
color: #75A8B9;
}
.AnyTagClassName
{
color: #75A8B9;
}
</style>
background-color css
<style>
a { background-color: #75A8B9; }
a { background-color: rgb(117,168,185); }
div.DivClassName
{
background-color: #75A8B9;
}
.BgClassName
{
background-color: #75A8B9;
}
</style>
border-color css
<style>
span { border-color: #75A8B9; }
span { border-color: rgb(117,168,185); }
td.TdClassName
{
border-color: #75A8B9;
}
.TagClassName
{
border-color: #75A8B9;
}
</style>