Shades of Spray #76CDDC
Tints of Spray #76CDDC
RGB
CMYK
RGB Variations
Color information
#76CDDC (or 0x76CDDC) is known color: Spray. HEX triplet: 76, CD and DC. RGB value is (118,205,220). Sum of RGB (Red+Green+Blue) = 118+205+220=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #76CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDDC is #893223. Grayscale: #B4B4B4. Windows color (decimal): -8991268 or 14470518. OLE color: 14470518.
HSL color Cylindrical-coordinate representation of color #76CDDC: hue angle of 188.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76CDDC is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 205 | 220 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.14 |
| HSL | 188.82º | 0.59% | 0.66% | - |
| HSV(B) | 188.82º | 0.46% | 0.86% | - |
| XYZ | 42.22 | 52.68 | 75.65 | - |
| YUV | 180.7 | 150.18 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 220 | 0.46 | 0.07 | 0 | 0.14 | 188.82 | 0.59 | 0.66 |
| Hex | 76 | CD | DC | 2E | 7 | 0 | E | BD | 3B | 42 |
| Octal | 166 | 315 | 334 | 56 | 7 | 0 | 16 | 275 | 73 | 102 |
| Binary | 1110110 | 11001101 | 11011100 | 101110 | 111 | 0 | 1110 | 10111101 | 111011 | 1000010 |
Color Harmonies of #76CDDC
Complementary color
Monochromatic Colors of #76CDDC
Black with #76CDDC
Text Example
Text Example
White with #76CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDDC; }
p { color: rgb(118,205,220); }
H1.HeaderClassName
{
color: #76CDDC;
}
.AnyTagClassName
{
color: #76CDDC;
}
</style>
background-color css
<style>
a { background-color: #76CDDC; }
a { background-color: rgb(118,205,220); }
div.DivClassName
{
background-color: #76CDDC;
}
.BgClassName
{
background-color: #76CDDC;
}
</style>
border-color css
<style>
span { border-color: #76CDDC; }
span { border-color: rgb(118,205,220); }
td.TdClassName
{
border-color: #76CDDC;
}
.TagClassName
{
border-color: #76CDDC;
}
</style>