Shades of Spray #7CCDDD
Tints of Spray #7CCDDD
RGB
CMYK
RGB Variations
Color information
#7CCDDD (or 0x7CCDDD) is known color: Spray. HEX triplet: 7C, CD and DD. RGB value is (124,205,221). Sum of RGB (Red+Green+Blue) = 124+205+221=550 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.55% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CCDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDDD is #833222. Grayscale: #B6B6B6. Windows color (decimal): -8598051 or 14536060. OLE color: 14536060.
HSL color Cylindrical-coordinate representation of color #7CCDDD: hue angle of 189.9º 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 #7CCDDD is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 205 | 221 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.13 |
| HSL | 189.9º | 0.59% | 0.68% | - |
| HSV(B) | 189.9º | 0.44% | 0.87% | - |
| XYZ | 43.19 | 53.17 | 76.39 | - |
| YUV | 182.61 | 149.66 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 221 | 0.44 | 0.07 | 0 | 0.13 | 189.9 | 0.59 | 0.68 |
| Hex | 7C | CD | DD | 2C | 7 | 0 | D | BE | 3B | 44 |
| Octal | 174 | 315 | 335 | 54 | 7 | 0 | 15 | 276 | 73 | 104 |
| Binary | 1111100 | 11001101 | 11011101 | 101100 | 111 | 0 | 1101 | 10111110 | 111011 | 1000100 |
Color Harmonies of #7CCDDD
Complementary color
Monochromatic Colors of #7CCDDD
Black with #7CCDDD
Text Example
Text Example
White with #7CCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDDD; }
p { color: rgb(124,205,221); }
H1.HeaderClassName
{
color: #7CCDDD;
}
.AnyTagClassName
{
color: #7CCDDD;
}
</style>
background-color css
<style>
a { background-color: #7CCDDD; }
a { background-color: rgb(124,205,221); }
div.DivClassName
{
background-color: #7CCDDD;
}
.BgClassName
{
background-color: #7CCDDD;
}
</style>
border-color css
<style>
span { border-color: #7CCDDD; }
span { border-color: rgb(124,205,221); }
td.TdClassName
{
border-color: #7CCDDD;
}
.TagClassName
{
border-color: #7CCDDD;
}
</style>