Shades of Spray #7CCCDC
Tints of Spray #7CCCDC
RGB
CMYK
RGB Variations
Color information
#7CCCDC (or 0x7CCCDC) is known color: Spray. HEX triplet: 7C, CC and DC. RGB value is (124,204,220). Sum of RGB (Red+Green+Blue) = 124+204+220=548 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.63% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CCCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCDC is #833323. Grayscale: #B5B5B5. Windows color (decimal): -8598308 or 14470268. OLE color: 14470268.
HSL color Cylindrical-coordinate representation of color #7CCCDC: hue angle of 190º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CCCDC is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 204 | 220 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.14 |
| HSL | 190º | 0.58% | 0.67% | - |
| HSV(B) | 190º | 0.44% | 0.86% | - |
| XYZ | 42.82 | 52.64 | 75.61 | - |
| YUV | 181.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 220 | 0.44 | 0.07 | 0 | 0.14 | 190 | 0.58 | 0.67 |
| Hex | 7C | CC | DC | 2C | 7 | 0 | E | BE | 3A | 43 |
| Octal | 174 | 314 | 334 | 54 | 7 | 0 | 16 | 276 | 72 | 103 |
| Binary | 1111100 | 11001100 | 11011100 | 101100 | 111 | 0 | 1110 | 10111110 | 111010 | 1000011 |
Color Harmonies of #7CCCDC
Complementary color
Monochromatic Colors of #7CCCDC
Black with #7CCCDC
Text Example
Text Example
White with #7CCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCDC; }
p { color: rgb(124,204,220); }
H1.HeaderClassName
{
color: #7CCCDC;
}
.AnyTagClassName
{
color: #7CCCDC;
}
</style>
background-color css
<style>
a { background-color: #7CCCDC; }
a { background-color: rgb(124,204,220); }
div.DivClassName
{
background-color: #7CCCDC;
}
.BgClassName
{
background-color: #7CCCDC;
}
</style>
border-color css
<style>
span { border-color: #7CCCDC; }
span { border-color: rgb(124,204,220); }
td.TdClassName
{
border-color: #7CCCDC;
}
.TagClassName
{
border-color: #7CCCDC;
}
</style>