Shades of Spray #76CDD6
Tints of Spray #76CDD6
RGB
CMYK
RGB Variations
Color information
#76CDD6 (or 0x76CDD6) is known color: Spray. HEX triplet: 76, CD and D6. RGB value is (118,205,214). Sum of RGB (Red+Green+Blue) = 118+205+214=537 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.97% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #76CDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDD6 is #893229. Grayscale: #B3B3B3. Windows color (decimal): -8991274 or 14077302. OLE color: 14077302.
HSL color Cylindrical-coordinate representation of color #76CDD6: hue angle of 185.62º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76CDD6 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 205 | 214 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.16 |
| HSL | 185.63º | 0.54% | 0.65% | - |
| HSV(B) | 185.63º | 0.45% | 0.84% | - |
| XYZ | 41.44 | 52.37 | 71.54 | - |
| YUV | 180.01 | 147.18 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 214 | 0.45 | 0.04 | 0 | 0.16 | 185.63 | 0.54 | 0.65 |
| Hex | 76 | CD | D6 | 2D | 4 | 0 | 10 | BA | 36 | 41 |
| Octal | 166 | 315 | 326 | 55 | 4 | 0 | 20 | 272 | 66 | 101 |
| Binary | 1110110 | 11001101 | 11010110 | 101101 | 100 | 0 | 10000 | 10111010 | 110110 | 1000001 |
Color Harmonies of #76CDD6
Complementary color
Monochromatic Colors of #76CDD6
Black with #76CDD6
Text Example
Text Example
White with #76CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDD6; }
p { color: rgb(118,205,214); }
H1.HeaderClassName
{
color: #76CDD6;
}
.AnyTagClassName
{
color: #76CDD6;
}
</style>
background-color css
<style>
a { background-color: #76CDD6; }
a { background-color: rgb(118,205,214); }
div.DivClassName
{
background-color: #76CDD6;
}
.BgClassName
{
background-color: #76CDD6;
}
</style>
border-color css
<style>
span { border-color: #76CDD6; }
span { border-color: rgb(118,205,214); }
td.TdClassName
{
border-color: #76CDD6;
}
.TagClassName
{
border-color: #76CDD6;
}
</style>