Shades of Spray #7CCADF
Tints of Spray #7CCADF
RGB
CMYK
RGB Variations
Color information
#7CCADF (or 0x7CCADF) is known color: Spray. HEX triplet: 7C, CA and DF. RGB value is (124,202,223). Sum of RGB (Red+Green+Blue) = 124+202+223=549 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.59% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CCADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCADF is #833520. Grayscale: #B4B4B4. Windows color (decimal): -8598817 or 14666364. OLE color: 14666364.
HSL color Cylindrical-coordinate representation of color #7CCADF: hue angle of 192.73º 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 #7CCADF is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 202 | 223 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.13 |
| HSL | 192.73º | 0.61% | 0.68% | - |
| HSV(B) | 192.73º | 0.44% | 0.87% | - |
| XYZ | 42.75 | 51.85 | 77.57 | - |
| YUV | 181.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 223 | 0.44 | 0.09 | 0 | 0.13 | 192.73 | 0.61 | 0.68 |
| Hex | 7C | CA | DF | 2C | 9 | 0 | D | C1 | 3D | 44 |
| Octal | 174 | 312 | 337 | 54 | 11 | 0 | 15 | 301 | 75 | 104 |
| Binary | 1111100 | 11001010 | 11011111 | 101100 | 1001 | 0 | 1101 | 11000001 | 111101 | 1000100 |
Color Harmonies of #7CCADF
Complementary color
Monochromatic Colors of #7CCADF
Black with #7CCADF
Text Example
Text Example
White with #7CCADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCADF; }
p { color: rgb(124,202,223); }
H1.HeaderClassName
{
color: #7CCADF;
}
.AnyTagClassName
{
color: #7CCADF;
}
</style>
background-color css
<style>
a { background-color: #7CCADF; }
a { background-color: rgb(124,202,223); }
div.DivClassName
{
background-color: #7CCADF;
}
.BgClassName
{
background-color: #7CCADF;
}
</style>
border-color css
<style>
span { border-color: #7CCADF; }
span { border-color: rgb(124,202,223); }
td.TdClassName
{
border-color: #7CCADF;
}
.TagClassName
{
border-color: #7CCADF;
}
</style>