Shades of Spray #76C6DA
Tints of Spray #76C6DA
RGB
CMYK
RGB Variations
Color information
#76C6DA (or 0x76C6DA) is known color: Spray. HEX triplet: 76, C6 and DA. RGB value is (118,198,218). Sum of RGB (Red+Green+Blue) = 118+198+218=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #76C6DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C6DA is #893925. Grayscale: #B0B0B0. Windows color (decimal): -8993062 or 14337654. OLE color: 14337654.
HSL color Cylindrical-coordinate representation of color #76C6DA: hue angle of 192º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76C6DA is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 198 | 218 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.15 |
| HSL | 192º | 0.57% | 0.66% | - |
| HSV(B) | 192º | 0.46% | 0.85% | - |
| XYZ | 40.32 | 49.3 | 73.72 | - |
| YUV | 176.36 | 151.5 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 218 | 0.46 | 0.09 | 0 | 0.15 | 192 | 0.57 | 0.66 |
| Hex | 76 | C6 | DA | 2E | 9 | 0 | F | C0 | 39 | 42 |
| Octal | 166 | 306 | 332 | 56 | 11 | 0 | 17 | 300 | 71 | 102 |
| Binary | 1110110 | 11000110 | 11011010 | 101110 | 1001 | 0 | 1111 | 11000000 | 111001 | 1000010 |
Color Harmonies of #76C6DA
Complementary color
Monochromatic Colors of #76C6DA
Black with #76C6DA
Text Example
Text Example
White with #76C6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C6DA; }
p { color: rgb(118,198,218); }
H1.HeaderClassName
{
color: #76C6DA;
}
.AnyTagClassName
{
color: #76C6DA;
}
</style>
background-color css
<style>
a { background-color: #76C6DA; }
a { background-color: rgb(118,198,218); }
div.DivClassName
{
background-color: #76C6DA;
}
.BgClassName
{
background-color: #76C6DA;
}
</style>
border-color css
<style>
span { border-color: #76C6DA; }
span { border-color: rgb(118,198,218); }
td.TdClassName
{
border-color: #76C6DA;
}
.TagClassName
{
border-color: #76C6DA;
}
</style>