Shades of Glacier #75BFC3
Tints of Glacier #75BFC3
RGB
CMYK
RGB Variations
Color information
#75BFC3 (or 0x75BFC3) is known color: Glacier. HEX triplet: 75, BF and C3. RGB value is (117,191,195). Sum of RGB (Red+Green+Blue) = 117+191+195=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #75BFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFC3 is #8A403C. Grayscale: #A9A9A9. Windows color (decimal): -9060413 or 12828533. OLE color: 12828533.
HSL color Cylindrical-coordinate representation of color #75BFC3: hue angle of 183.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75BFC3 is Cyan = 0.4, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 191 | 195 | - |
| CMYK | 0.4 | 0.02 | 0 | 0.24 |
| HSL | 183.08º | 0.39% | 0.61% | - |
| HSV(B) | 183.08º | 0.4% | 0.76% | - |
| XYZ | 35.82 | 44.98 | 58.42 | - |
| YUV | 169.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 195 | 0.4 | 0.02 | 0 | 0.24 | 183.08 | 0.39 | 0.61 |
| Hex | 75 | BF | C3 | 28 | 2 | 0 | 18 | B7 | 27 | 3D |
| Octal | 165 | 277 | 303 | 50 | 2 | 0 | 30 | 267 | 47 | 75 |
| Binary | 1110101 | 10111111 | 11000011 | 101000 | 10 | 0 | 11000 | 10110111 | 100111 | 111101 |
Color Harmonies of #75BFC3
Complementary color
Monochromatic Colors of #75BFC3
Black with #75BFC3
Text Example
Text Example
White with #75BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BFC3; }
p { color: rgb(117,191,195); }
H1.HeaderClassName
{
color: #75BFC3;
}
.AnyTagClassName
{
color: #75BFC3;
}
</style>
background-color css
<style>
a { background-color: #75BFC3; }
a { background-color: rgb(117,191,195); }
div.DivClassName
{
background-color: #75BFC3;
}
.BgClassName
{
background-color: #75BFC3;
}
</style>
border-color css
<style>
span { border-color: #75BFC3; }
span { border-color: rgb(117,191,195); }
td.TdClassName
{
border-color: #75BFC3;
}
.TagClassName
{
border-color: #75BFC3;
}
</style>