Shades of Glacier #76BDC3
Tints of Glacier #76BDC3
RGB
CMYK
RGB Variations
Color information
#76BDC3 (or 0x76BDC3) is known color: Glacier. HEX triplet: 76, BD and C3. RGB value is (118,189,195). Sum of RGB (Red+Green+Blue) = 118+189+195=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 195 - color contains mainly: blue. Hex color #76BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDC3 is #89423C. Grayscale: #A8A8A8. Windows color (decimal): -8995389 or 12828022. OLE color: 12828022.
HSL color Cylindrical-coordinate representation of color #76BDC3: hue angle of 184.68º degrees, saturation: 0.39, 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 #76BDC3 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 189 | 195 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.24 |
| HSL | 184.68º | 0.39% | 0.61% | - |
| HSV(B) | 184.68º | 0.39% | 0.76% | - |
| XYZ | 35.52 | 44.19 | 58.29 | - |
| YUV | 168.46 | 142.98 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 195 | 0.39 | 0.03 | 0 | 0.24 | 184.68 | 0.39 | 0.61 |
| Hex | 76 | BD | C3 | 27 | 3 | 0 | 18 | B9 | 27 | 3D |
| Octal | 166 | 275 | 303 | 47 | 3 | 0 | 30 | 271 | 47 | 75 |
| Binary | 1110110 | 10111101 | 11000011 | 100111 | 11 | 0 | 11000 | 10111001 | 100111 | 111101 |
Color Harmonies of #76BDC3
Complementary color
Monochromatic Colors of #76BDC3
Black with #76BDC3
Text Example
Text Example
White with #76BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDC3; }
p { color: rgb(118,189,195); }
H1.HeaderClassName
{
color: #76BDC3;
}
.AnyTagClassName
{
color: #76BDC3;
}
</style>
background-color css
<style>
a { background-color: #76BDC3; }
a { background-color: rgb(118,189,195); }
div.DivClassName
{
background-color: #76BDC3;
}
.BgClassName
{
background-color: #76BDC3;
}
</style>
border-color css
<style>
span { border-color: #76BDC3; }
span { border-color: rgb(118,189,195); }
td.TdClassName
{
border-color: #76BDC3;
}
.TagClassName
{
border-color: #76BDC3;
}
</style>