Shades of Glacier #75B1BD
Tints of Glacier #75B1BD
RGB
CMYK
RGB Variations
Color information
#75B1BD (or 0x75B1BD) is known color: Glacier. HEX triplet: 75, B1 and BD. RGB value is (117,177,189). Sum of RGB (Red+Green+Blue) = 117+177+189=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #75B1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B1BD is #8A4E42. Grayscale: #A0A0A0. Windows color (decimal): -9064003 or 12431733. OLE color: 12431733.
HSL color Cylindrical-coordinate representation of color #75B1BD: hue angle of 190º 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 #75B1BD is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 177 | 189 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.26 |
| HSL | 190º | 0.35% | 0.6% | - |
| HSV(B) | 190º | 0.38% | 0.74% | - |
| XYZ | 32.24 | 38.9 | 53.95 | - |
| YUV | 160.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 177 | 189 | 0.38 | 0.06 | 0 | 0.26 | 190 | 0.35 | 0.6 |
| Hex | 75 | B1 | BD | 26 | 6 | 0 | 1A | BE | 23 | 3C |
| Octal | 165 | 261 | 275 | 46 | 6 | 0 | 32 | 276 | 43 | 74 |
| Binary | 1110101 | 10110001 | 10111101 | 100110 | 110 | 0 | 11010 | 10111110 | 100011 | 111100 |
Color Harmonies of #75B1BD
Complementary color
Monochromatic Colors of #75B1BD
Black with #75B1BD
Text Example
Text Example
White with #75B1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B1BD; }
p { color: rgb(117,177,189); }
H1.HeaderClassName
{
color: #75B1BD;
}
.AnyTagClassName
{
color: #75B1BD;
}
</style>
background-color css
<style>
a { background-color: #75B1BD; }
a { background-color: rgb(117,177,189); }
div.DivClassName
{
background-color: #75B1BD;
}
.BgClassName
{
background-color: #75B1BD;
}
</style>
border-color css
<style>
span { border-color: #75B1BD; }
span { border-color: rgb(117,177,189); }
td.TdClassName
{
border-color: #75B1BD;
}
.TagClassName
{
border-color: #75B1BD;
}
</style>