Shades of Glacier #75B5BB
Tints of Glacier #75B5BB
RGB
CMYK
RGB Variations
Color information
#75B5BB (or 0x75B5BB) is known color: Glacier. HEX triplet: 75, B5 and BB. RGB value is (117,181,187). Sum of RGB (Red+Green+Blue) = 117+181+187=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #75B5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B5BB is #8A4A44. Grayscale: #A2A2A2. Windows color (decimal): -9062981 or 12301685. OLE color: 12301685.
HSL color Cylindrical-coordinate representation of color #75B5BB: hue angle of 185.14º 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 #75B5BB is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 181 | 187 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.27 |
| HSL | 185.14º | 0.34% | 0.6% | - |
| HSV(B) | 185.14º | 0.37% | 0.73% | - |
| XYZ | 32.83 | 40.42 | 53.08 | - |
| YUV | 162.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 181 | 187 | 0.37 | 0.03 | 0 | 0.27 | 185.14 | 0.34 | 0.6 |
| Hex | 75 | B5 | BB | 25 | 3 | 0 | 1B | B9 | 22 | 3C |
| Octal | 165 | 265 | 273 | 45 | 3 | 0 | 33 | 271 | 42 | 74 |
| Binary | 1110101 | 10110101 | 10111011 | 100101 | 11 | 0 | 11011 | 10111001 | 100010 | 111100 |
Color Harmonies of #75B5BB
Complementary color
Monochromatic Colors of #75B5BB
Black with #75B5BB
Text Example
Text Example
White with #75B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B5BB; }
p { color: rgb(117,181,187); }
H1.HeaderClassName
{
color: #75B5BB;
}
.AnyTagClassName
{
color: #75B5BB;
}
</style>
background-color css
<style>
a { background-color: #75B5BB; }
a { background-color: rgb(117,181,187); }
div.DivClassName
{
background-color: #75B5BB;
}
.BgClassName
{
background-color: #75B5BB;
}
</style>
border-color css
<style>
span { border-color: #75B5BB; }
span { border-color: rgb(117,181,187); }
td.TdClassName
{
border-color: #75B5BB;
}
.TagClassName
{
border-color: #75B5BB;
}
</style>