Shades of Spray #7CC5DA
Tints of Spray #7CC5DA
RGB
CMYK
RGB Variations
Color information
#7CC5DA (or 0x7CC5DA) is known color: Spray. HEX triplet: 7C, C5 and DA. RGB value is (124,197,218). Sum of RGB (Red+Green+Blue) = 124+197+218=539 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.01% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CC5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC5DA is #833A25. Grayscale: #B1B1B1. Windows color (decimal): -8600102 or 14337404. OLE color: 14337404.
HSL color Cylindrical-coordinate representation of color #7CC5DA: hue angle of 193.4º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CC5DA is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 197 | 218 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.15 |
| HSL | 193.4º | 0.56% | 0.67% | - |
| HSV(B) | 193.4º | 0.43% | 0.85% | - |
| XYZ | 40.93 | 49.28 | 73.68 | - |
| YUV | 177.57 | 150.82 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 218 | 0.43 | 0.10 | 0 | 0.15 | 193.4 | 0.56 | 0.67 |
| Hex | 7C | C5 | DA | 2B | A | 0 | F | C1 | 38 | 43 |
| Octal | 174 | 305 | 332 | 53 | 12 | 0 | 17 | 301 | 70 | 103 |
| Binary | 1111100 | 11000101 | 11011010 | 101011 | 1010 | 0 | 1111 | 11000001 | 111000 | 1000011 |
Color Harmonies of #7CC5DA
Complementary color
Monochromatic Colors of #7CC5DA
Black with #7CC5DA
Text Example
Text Example
White with #7CC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC5DA; }
p { color: rgb(124,197,218); }
H1.HeaderClassName
{
color: #7CC5DA;
}
.AnyTagClassName
{
color: #7CC5DA;
}
</style>
background-color css
<style>
a { background-color: #7CC5DA; }
a { background-color: rgb(124,197,218); }
div.DivClassName
{
background-color: #7CC5DA;
}
.BgClassName
{
background-color: #7CC5DA;
}
</style>
border-color css
<style>
span { border-color: #7CC5DA; }
span { border-color: rgb(124,197,218); }
td.TdClassName
{
border-color: #7CC5DA;
}
.TagClassName
{
border-color: #7CC5DA;
}
</style>