Shades of Glacier #75B6BC
Tints of Glacier #75B6BC
RGB
CMYK
RGB Variations
Color information
#75B6BC (or 0x75B6BC) is known color: Glacier. HEX triplet: 75, B6 and BC. RGB value is (117,182,188). Sum of RGB (Red+Green+Blue) = 117+182+188=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #75B6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B6BC is #8A4943. Grayscale: #A3A3A3. Windows color (decimal): -9062724 or 12367477. OLE color: 12367477.
HSL color Cylindrical-coordinate representation of color #75B6BC: hue angle of 185.07º 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 #75B6BC is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 182 | 188 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.26 |
| HSL | 185.07º | 0.35% | 0.6% | - |
| HSV(B) | 185.07º | 0.38% | 0.74% | - |
| XYZ | 33.14 | 40.87 | 53.72 | - |
| YUV | 163.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 182 | 188 | 0.38 | 0.03 | 0 | 0.26 | 185.07 | 0.35 | 0.6 |
| Hex | 75 | B6 | BC | 26 | 3 | 0 | 1A | B9 | 23 | 3C |
| Octal | 165 | 266 | 274 | 46 | 3 | 0 | 32 | 271 | 43 | 74 |
| Binary | 1110101 | 10110110 | 10111100 | 100110 | 11 | 0 | 11010 | 10111001 | 100011 | 111100 |
Color Harmonies of #75B6BC
Complementary color
Monochromatic Colors of #75B6BC
Black with #75B6BC
Text Example
Text Example
White with #75B6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B6BC; }
p { color: rgb(117,182,188); }
H1.HeaderClassName
{
color: #75B6BC;
}
.AnyTagClassName
{
color: #75B6BC;
}
</style>
background-color css
<style>
a { background-color: #75B6BC; }
a { background-color: rgb(117,182,188); }
div.DivClassName
{
background-color: #75B6BC;
}
.BgClassName
{
background-color: #75B6BC;
}
</style>
border-color css
<style>
span { border-color: #75B6BC; }
span { border-color: rgb(117,182,188); }
td.TdClassName
{
border-color: #75B6BC;
}
.TagClassName
{
border-color: #75B6BC;
}
</style>