Shades of Spray #7CC8DF
Tints of Spray #7CC8DF
RGB
CMYK
RGB Variations
Color information
#7CC8DF (or 0x7CC8DF) is known color: Spray. HEX triplet: 7C, C8 and DF. RGB value is (124,200,223). Sum of RGB (Red+Green+Blue) = 124+200+223=547 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.67% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CC8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC8DF is #833720. Grayscale: #B3B3B3. Windows color (decimal): -8599329 or 14665852. OLE color: 14665852.
HSL color Cylindrical-coordinate representation of color #7CC8DF: hue angle of 193.94º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CC8DF is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 200 | 223 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.13 |
| HSL | 193.94º | 0.61% | 0.68% | - |
| HSV(B) | 193.94º | 0.44% | 0.87% | - |
| XYZ | 42.29 | 50.92 | 77.41 | - |
| YUV | 179.9 | 152.32 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 223 | 0.44 | 0.10 | 0 | 0.13 | 193.94 | 0.61 | 0.68 |
| Hex | 7C | C8 | DF | 2C | A | 0 | D | C2 | 3D | 44 |
| Octal | 174 | 310 | 337 | 54 | 12 | 0 | 15 | 302 | 75 | 104 |
| Binary | 1111100 | 11001000 | 11011111 | 101100 | 1010 | 0 | 1101 | 11000010 | 111101 | 1000100 |
Color Harmonies of #7CC8DF
Complementary color
Monochromatic Colors of #7CC8DF
Black with #7CC8DF
Text Example
Text Example
White with #7CC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC8DF; }
p { color: rgb(124,200,223); }
H1.HeaderClassName
{
color: #7CC8DF;
}
.AnyTagClassName
{
color: #7CC8DF;
}
</style>
background-color css
<style>
a { background-color: #7CC8DF; }
a { background-color: rgb(124,200,223); }
div.DivClassName
{
background-color: #7CC8DF;
}
.BgClassName
{
background-color: #7CC8DF;
}
</style>
border-color css
<style>
span { border-color: #7CC8DF; }
span { border-color: rgb(124,200,223); }
td.TdClassName
{
border-color: #7CC8DF;
}
.TagClassName
{
border-color: #7CC8DF;
}
</style>