Shades of Spray #7CDCDD
Tints of Spray #7CDCDD
RGB
CMYK
RGB Variations
Color information
#7CDCDD (or 0x7CDCDD) is known color: Spray. HEX triplet: 7C, DC and DD. RGB value is (124,220,221). Sum of RGB (Red+Green+Blue) = 124+220+221=565 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.95% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CDCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDCDD is #832322. Grayscale: #BFBFBF. Windows color (decimal): -8594211 or 14539900. OLE color: 14539900.
HSL color Cylindrical-coordinate representation of color #7CDCDD: hue angle of 180.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDCDD is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 220 | 221 | - |
| CMYK | 0.44 | 0.00 | 0 | 0.13 |
| HSL | 180.62º | 0.59% | 0.68% | - |
| HSV(B) | 180.62º | 0.44% | 0.87% | - |
| XYZ | 46.96 | 60.69 | 77.65 | - |
| YUV | 191.41 | 144.7 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 220 | 221 | 0.44 | 0.00 | 0 | 0.13 | 180.62 | 0.59 | 0.68 |
| Hex | 7C | DC | DD | 2C | 0 | 0 | D | B5 | 3B | 44 |
| Octal | 174 | 334 | 335 | 54 | 0 | 0 | 15 | 265 | 73 | 104 |
| Binary | 1111100 | 11011100 | 11011101 | 101100 | 0 | 0 | 1101 | 10110101 | 111011 | 1000100 |
Color Harmonies of #7CDCDD
Complementary color
Monochromatic Colors of #7CDCDD
Black with #7CDCDD
Text Example
Text Example
White with #7CDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDCDD; }
p { color: rgb(124,220,221); }
H1.HeaderClassName
{
color: #7CDCDD;
}
.AnyTagClassName
{
color: #7CDCDD;
}
</style>
background-color css
<style>
a { background-color: #7CDCDD; }
a { background-color: rgb(124,220,221); }
div.DivClassName
{
background-color: #7CDCDD;
}
.BgClassName
{
background-color: #7CDCDD;
}
</style>
border-color css
<style>
span { border-color: #7CDCDD; }
span { border-color: rgb(124,220,221); }
td.TdClassName
{
border-color: #7CDCDD;
}
.TagClassName
{
border-color: #7CDCDD;
}
</style>