Shades of Glacier #75BDC5
Tints of Glacier #75BDC5
RGB
CMYK
RGB Variations
Color information
#75BDC5 (or 0x75BDC5) is known color: Glacier. HEX triplet: 75, BD and C5. RGB value is (117,189,197). Sum of RGB (Red+Green+Blue) = 117+189+197=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #75BDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BDC5 is #8A423A. Grayscale: #A8A8A8. Windows color (decimal): -9060923 or 12959093. OLE color: 12959093.
HSL color Cylindrical-coordinate representation of color #75BDC5: hue angle of 186º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75BDC5 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 189 | 197 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.23 |
| HSL | 186º | 0.41% | 0.62% | - |
| HSV(B) | 186º | 0.41% | 0.77% | - |
| XYZ | 35.61 | 44.21 | 59.48 | - |
| YUV | 168.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 189 | 197 | 0.41 | 0.04 | 0 | 0.23 | 186 | 0.41 | 0.62 |
| Hex | 75 | BD | C5 | 29 | 4 | 0 | 17 | BA | 29 | 3E |
| Octal | 165 | 275 | 305 | 51 | 4 | 0 | 27 | 272 | 51 | 76 |
| Binary | 1110101 | 10111101 | 11000101 | 101001 | 100 | 0 | 10111 | 10111010 | 101001 | 111110 |
Color Harmonies of #75BDC5
Complementary color
Monochromatic Colors of #75BDC5
Black with #75BDC5
Text Example
Text Example
White with #75BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BDC5; }
p { color: rgb(117,189,197); }
H1.HeaderClassName
{
color: #75BDC5;
}
.AnyTagClassName
{
color: #75BDC5;
}
</style>
background-color css
<style>
a { background-color: #75BDC5; }
a { background-color: rgb(117,189,197); }
div.DivClassName
{
background-color: #75BDC5;
}
.BgClassName
{
background-color: #75BDC5;
}
</style>
border-color css
<style>
span { border-color: #75BDC5; }
span { border-color: rgb(117,189,197); }
td.TdClassName
{
border-color: #75BDC5;
}
.TagClassName
{
border-color: #75BDC5;
}
</style>