Shades of Spray #7CCDDC
Tints of Spray #7CCDDC
RGB
CMYK
RGB Variations
Color information
#7CCDDC (or 0x7CCDDC) is known color: Spray. HEX triplet: 7C, CD and DC. RGB value is (124,205,220). Sum of RGB (Red+Green+Blue) = 124+205+220=549 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.59% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CCDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDDC is #833223. Grayscale: #B6B6B6. Windows color (decimal): -8598052 or 14470524. OLE color: 14470524.
HSL color Cylindrical-coordinate representation of color #7CCDDC: hue angle of 189.38º 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 #7CCDDC is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 205 | 220 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.14 |
| HSL | 189.38º | 0.58% | 0.67% | - |
| HSV(B) | 189.38º | 0.44% | 0.86% | - |
| XYZ | 43.06 | 53.12 | 75.69 | - |
| YUV | 182.49 | 149.16 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 220 | 0.44 | 0.07 | 0 | 0.14 | 189.38 | 0.58 | 0.67 |
| Hex | 7C | CD | DC | 2C | 7 | 0 | E | BD | 3A | 43 |
| Octal | 174 | 315 | 334 | 54 | 7 | 0 | 16 | 275 | 72 | 103 |
| Binary | 1111100 | 11001101 | 11011100 | 101100 | 111 | 0 | 1110 | 10111101 | 111010 | 1000011 |
Color Harmonies of #7CCDDC
Complementary color
Monochromatic Colors of #7CCDDC
Black with #7CCDDC
Text Example
Text Example
White with #7CCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDDC; }
p { color: rgb(124,205,220); }
H1.HeaderClassName
{
color: #7CCDDC;
}
.AnyTagClassName
{
color: #7CCDDC;
}
</style>
background-color css
<style>
a { background-color: #7CCDDC; }
a { background-color: rgb(124,205,220); }
div.DivClassName
{
background-color: #7CCDDC;
}
.BgClassName
{
background-color: #7CCDDC;
}
</style>
border-color css
<style>
span { border-color: #7CCDDC; }
span { border-color: rgb(124,205,220); }
td.TdClassName
{
border-color: #7CCDDC;
}
.TagClassName
{
border-color: #7CCDDC;
}
</style>