Shades of Glacier #75B0BD
Tints of Glacier #75B0BD
RGB
CMYK
RGB Variations
Color information
#75B0BD (or 0x75B0BD) is known color: Glacier. HEX triplet: 75, B0 and BD. RGB value is (117,176,189). Sum of RGB (Red+Green+Blue) = 117+176+189=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #75B0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B0BD is #8A4F42. Grayscale: #9F9F9F. Windows color (decimal): -9064259 or 12431477. OLE color: 12431477.
HSL color Cylindrical-coordinate representation of color #75B0BD: hue angle of 190.83º 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 #75B0BD is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 176 | 189 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.26 |
| HSL | 190.83º | 0.35% | 0.6% | - |
| HSV(B) | 190.83º | 0.38% | 0.74% | - |
| XYZ | 32.05 | 38.51 | 53.89 | - |
| YUV | 159.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 176 | 189 | 0.38 | 0.07 | 0 | 0.26 | 190.83 | 0.35 | 0.6 |
| Hex | 75 | B0 | BD | 26 | 7 | 0 | 1A | BF | 23 | 3C |
| Octal | 165 | 260 | 275 | 46 | 7 | 0 | 32 | 277 | 43 | 74 |
| Binary | 1110101 | 10110000 | 10111101 | 100110 | 111 | 0 | 11010 | 10111111 | 100011 | 111100 |
Color Harmonies of #75B0BD
Complementary color
Monochromatic Colors of #75B0BD
Black with #75B0BD
Text Example
Text Example
White with #75B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B0BD; }
p { color: rgb(117,176,189); }
H1.HeaderClassName
{
color: #75B0BD;
}
.AnyTagClassName
{
color: #75B0BD;
}
</style>
background-color css
<style>
a { background-color: #75B0BD; }
a { background-color: rgb(117,176,189); }
div.DivClassName
{
background-color: #75B0BD;
}
.BgClassName
{
background-color: #75B0BD;
}
</style>
border-color css
<style>
span { border-color: #75B0BD; }
span { border-color: rgb(117,176,189); }
td.TdClassName
{
border-color: #75B0BD;
}
.TagClassName
{
border-color: #75B0BD;
}
</style>