Shades of Spray #7CC8DC
Tints of Spray #7CC8DC
RGB
CMYK
RGB Variations
Color information
#7CC8DC (or 0x7CC8DC) is known color: Spray. HEX triplet: 7C, C8 and DC. RGB value is (124,200,220). Sum of RGB (Red+Green+Blue) = 124+200+220=544 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.79% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CC8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC8DC is #833723. Grayscale: #B3B3B3. Windows color (decimal): -8599332 or 14469244. OLE color: 14469244.
HSL color Cylindrical-coordinate representation of color #7CC8DC: hue angle of 192.5º 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 #7CC8DC is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 200 | 220 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.14 |
| HSL | 192.5º | 0.58% | 0.67% | - |
| HSV(B) | 192.5º | 0.44% | 0.86% | - |
| XYZ | 41.88 | 50.76 | 75.3 | - |
| YUV | 179.56 | 150.82 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 220 | 0.44 | 0.09 | 0 | 0.14 | 192.5 | 0.58 | 0.67 |
| Hex | 7C | C8 | DC | 2C | 9 | 0 | E | C0 | 3A | 43 |
| Octal | 174 | 310 | 334 | 54 | 11 | 0 | 16 | 300 | 72 | 103 |
| Binary | 1111100 | 11001000 | 11011100 | 101100 | 1001 | 0 | 1110 | 11000000 | 111010 | 1000011 |
Color Harmonies of #7CC8DC
Complementary color
Monochromatic Colors of #7CC8DC
Black with #7CC8DC
Text Example
Text Example
White with #7CC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC8DC; }
p { color: rgb(124,200,220); }
H1.HeaderClassName
{
color: #7CC8DC;
}
.AnyTagClassName
{
color: #7CC8DC;
}
</style>
background-color css
<style>
a { background-color: #7CC8DC; }
a { background-color: rgb(124,200,220); }
div.DivClassName
{
background-color: #7CC8DC;
}
.BgClassName
{
background-color: #7CC8DC;
}
</style>
border-color css
<style>
span { border-color: #7CC8DC; }
span { border-color: rgb(124,200,220); }
td.TdClassName
{
border-color: #7CC8DC;
}
.TagClassName
{
border-color: #7CC8DC;
}
</style>