Shades of Glacier #75BBC1
Tints of Glacier #75BBC1
RGB
CMYK
RGB Variations
Color information
#75BBC1 (or 0x75BBC1) is known color: Glacier. HEX triplet: 75, BB and C1. RGB value is (117,187,193). Sum of RGB (Red+Green+Blue) = 117+187+193=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #75BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BBC1 is #8A443E. Grayscale: #A6A6A6. Windows color (decimal): -9061439 or 12696437. OLE color: 12696437.
HSL color Cylindrical-coordinate representation of color #75BBC1: hue angle of 184.74º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BBC1 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 187 | 193 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.24 |
| HSL | 184.74º | 0.38% | 0.61% | - |
| HSV(B) | 184.74º | 0.39% | 0.76% | - |
| XYZ | 34.73 | 43.17 | 56.95 | - |
| YUV | 166.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 193 | 0.39 | 0.03 | 0 | 0.24 | 184.74 | 0.38 | 0.61 |
| Hex | 75 | BB | C1 | 27 | 3 | 0 | 18 | B9 | 26 | 3D |
| Octal | 165 | 273 | 301 | 47 | 3 | 0 | 30 | 271 | 46 | 75 |
| Binary | 1110101 | 10111011 | 11000001 | 100111 | 11 | 0 | 11000 | 10111001 | 100110 | 111101 |
Color Harmonies of #75BBC1
Complementary color
Monochromatic Colors of #75BBC1
Black with #75BBC1
Text Example
Text Example
White with #75BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BBC1; }
p { color: rgb(117,187,193); }
H1.HeaderClassName
{
color: #75BBC1;
}
.AnyTagClassName
{
color: #75BBC1;
}
</style>
background-color css
<style>
a { background-color: #75BBC1; }
a { background-color: rgb(117,187,193); }
div.DivClassName
{
background-color: #75BBC1;
}
.BgClassName
{
background-color: #75BBC1;
}
</style>
border-color css
<style>
span { border-color: #75BBC1; }
span { border-color: rgb(117,187,193); }
td.TdClassName
{
border-color: #75BBC1;
}
.TagClassName
{
border-color: #75BBC1;
}
</style>