Shades of Spray #76CDE6
Tints of Spray #76CDE6
RGB
CMYK
RGB Variations
Color information
#76CDE6 (or 0x76CDE6) is known color: Spray. HEX triplet: 76, CD and E6. RGB value is (118,205,230). Sum of RGB (Red+Green+Blue) = 118+205+230=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #76CDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CDE6 is #893219. Grayscale: #B5B5B5. Windows color (decimal): -8991258 or 15125878. OLE color: 15125878.
HSL color Cylindrical-coordinate representation of color #76CDE6: hue angle of 193.39º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76CDE6 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 205 | 230 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.10 |
| HSL | 193.39º | 0.69% | 0.68% | - |
| HSV(B) | 193.39º | 0.49% | 0.9% | - |
| XYZ | 43.59 | 53.23 | 82.84 | - |
| YUV | 181.84 | 155.18 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 230 | 0.49 | 0.11 | 0 | 0.10 | 193.39 | 0.69 | 0.68 |
| Hex | 76 | CD | E6 | 31 | B | 0 | A | C1 | 45 | 44 |
| Octal | 166 | 315 | 346 | 61 | 13 | 0 | 12 | 301 | 105 | 104 |
| Binary | 1110110 | 11001101 | 11100110 | 110001 | 1011 | 0 | 1010 | 11000001 | 1000101 | 1000100 |
Color Harmonies of #76CDE6
Complementary color
Monochromatic Colors of #76CDE6
Black with #76CDE6
Text Example
Text Example
White with #76CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDE6; }
p { color: rgb(118,205,230); }
H1.HeaderClassName
{
color: #76CDE6;
}
.AnyTagClassName
{
color: #76CDE6;
}
</style>
background-color css
<style>
a { background-color: #76CDE6; }
a { background-color: rgb(118,205,230); }
div.DivClassName
{
background-color: #76CDE6;
}
.BgClassName
{
background-color: #76CDE6;
}
</style>
border-color css
<style>
span { border-color: #76CDE6; }
span { border-color: rgb(118,205,230); }
td.TdClassName
{
border-color: #76CDE6;
}
.TagClassName
{
border-color: #76CDE6;
}
</style>