Shades of Glacier #75A8BC
Tints of Glacier #75A8BC
RGB
CMYK
RGB Variations
Color information
#75A8BC (or 0x75A8BC) is known color: Glacier. HEX triplet: 75, A8 and BC. RGB value is (117,168,188). Sum of RGB (Red+Green+Blue) = 117+168+188=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #75A8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8BC is #8A5743. Grayscale: #9A9A9A. Windows color (decimal): -9066308 or 12363893. OLE color: 12363893.
HSL color Cylindrical-coordinate representation of color #75A8BC: hue angle of 196.9º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75A8BC is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 168 | 188 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.26 |
| HSL | 196.9º | 0.35% | 0.6% | - |
| HSV(B) | 196.9º | 0.38% | 0.74% | - |
| XYZ | 30.42 | 35.42 | 52.81 | - |
| YUV | 155.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 188 | 0.38 | 0.11 | 0 | 0.26 | 196.9 | 0.35 | 0.6 |
| Hex | 75 | A8 | BC | 26 | B | 0 | 1A | C5 | 23 | 3C |
| Octal | 165 | 250 | 274 | 46 | 13 | 0 | 32 | 305 | 43 | 74 |
| Binary | 1110101 | 10101000 | 10111100 | 100110 | 1011 | 0 | 11010 | 11000101 | 100011 | 111100 |
Color Harmonies of #75A8BC
Complementary color
Monochromatic Colors of #75A8BC
Black with #75A8BC
Text Example
Text Example
White with #75A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A8BC; }
p { color: rgb(117,168,188); }
H1.HeaderClassName
{
color: #75A8BC;
}
.AnyTagClassName
{
color: #75A8BC;
}
</style>
background-color css
<style>
a { background-color: #75A8BC; }
a { background-color: rgb(117,168,188); }
div.DivClassName
{
background-color: #75A8BC;
}
.BgClassName
{
background-color: #75A8BC;
}
</style>
border-color css
<style>
span { border-color: #75A8BC; }
span { border-color: rgb(117,168,188); }
td.TdClassName
{
border-color: #75A8BC;
}
.TagClassName
{
border-color: #75A8BC;
}
</style>