Shades of Spray #7CC3DC
Tints of Spray #7CC3DC
RGB
CMYK
RGB Variations
Color information
#7CC3DC (or 0x7CC3DC) is known color: Spray. HEX triplet: 7C, C3 and DC. RGB value is (124,195,220). Sum of RGB (Red+Green+Blue) = 124+195+220=539 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.01% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CC3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC3DC is #833C23. Grayscale: #B0B0B0. Windows color (decimal): -8600612 or 14467964. OLE color: 14467964.
HSL color Cylindrical-coordinate representation of color #7CC3DC: hue angle of 195.62º 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 #7CC3DC is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 195 | 220 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.14 |
| HSL | 195.63º | 0.58% | 0.67% | - |
| HSV(B) | 195.63º | 0.44% | 0.86% | - |
| XYZ | 40.75 | 48.48 | 74.92 | - |
| YUV | 176.62 | 152.48 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 195 | 220 | 0.44 | 0.11 | 0 | 0.14 | 195.63 | 0.58 | 0.67 |
| Hex | 7C | C3 | DC | 2C | B | 0 | E | C4 | 3A | 43 |
| Octal | 174 | 303 | 334 | 54 | 13 | 0 | 16 | 304 | 72 | 103 |
| Binary | 1111100 | 11000011 | 11011100 | 101100 | 1011 | 0 | 1110 | 11000100 | 111010 | 1000011 |
Color Harmonies of #7CC3DC
Complementary color
Monochromatic Colors of #7CC3DC
Black with #7CC3DC
Text Example
Text Example
White with #7CC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC3DC; }
p { color: rgb(124,195,220); }
H1.HeaderClassName
{
color: #7CC3DC;
}
.AnyTagClassName
{
color: #7CC3DC;
}
</style>
background-color css
<style>
a { background-color: #7CC3DC; }
a { background-color: rgb(124,195,220); }
div.DivClassName
{
background-color: #7CC3DC;
}
.BgClassName
{
background-color: #7CC3DC;
}
</style>
border-color css
<style>
span { border-color: #7CC3DC; }
span { border-color: rgb(124,195,220); }
td.TdClassName
{
border-color: #7CC3DC;
}
.TagClassName
{
border-color: #7CC3DC;
}
</style>