Shades of Spray #7CCEDC
Tints of Spray #7CCEDC
RGB
CMYK
RGB Variations
Color information
#7CCEDC (or 0x7CCEDC) is known color: Spray. HEX triplet: 7C, CE and DC. RGB value is (124,206,220). Sum of RGB (Red+Green+Blue) = 124+206+220=550 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.55% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CCEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCEDC is #833123. Grayscale: #B6B6B6. Windows color (decimal): -8597796 or 14470780. OLE color: 14470780.
HSL color Cylindrical-coordinate representation of color #7CCEDC: hue angle of 188.75º 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 #7CCEDC is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 206 | 220 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.14 |
| HSL | 188.75º | 0.58% | 0.67% | - |
| HSV(B) | 188.75º | 0.44% | 0.86% | - |
| XYZ | 43.3 | 53.6 | 75.77 | - |
| YUV | 183.08 | 148.83 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 220 | 0.44 | 0.06 | 0 | 0.14 | 188.75 | 0.58 | 0.67 |
| Hex | 7C | CE | DC | 2C | 6 | 0 | E | BD | 3A | 43 |
| Octal | 174 | 316 | 334 | 54 | 6 | 0 | 16 | 275 | 72 | 103 |
| Binary | 1111100 | 11001110 | 11011100 | 101100 | 110 | 0 | 1110 | 10111101 | 111010 | 1000011 |
Color Harmonies of #7CCEDC
Complementary color
Monochromatic Colors of #7CCEDC
Black with #7CCEDC
Text Example
Text Example
White with #7CCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCEDC; }
p { color: rgb(124,206,220); }
H1.HeaderClassName
{
color: #7CCEDC;
}
.AnyTagClassName
{
color: #7CCEDC;
}
</style>
background-color css
<style>
a { background-color: #7CCEDC; }
a { background-color: rgb(124,206,220); }
div.DivClassName
{
background-color: #7CCEDC;
}
.BgClassName
{
background-color: #7CCEDC;
}
</style>
border-color css
<style>
span { border-color: #7CCEDC; }
span { border-color: rgb(124,206,220); }
td.TdClassName
{
border-color: #7CCEDC;
}
.TagClassName
{
border-color: #7CCEDC;
}
</style>