Shades of Spray #7CC5D3
Tints of Spray #7CC5D3
RGB
CMYK
RGB Variations
Color information
#7CC5D3 (or 0x7CC5D3) is known color: Spray. HEX triplet: 7C, C5 and D3. RGB value is (124,197,211). Sum of RGB (Red+Green+Blue) = 124+197+211=532 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.31% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 211 (82.81% from 255 or 39.66% from 532); Max value from RGB is 211 - color contains mainly: blue. Hex color #7CC5D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC5D3 is #833A2C. Grayscale: #B0B0B0. Windows color (decimal): -8600109 or 13878652. OLE color: 13878652.
HSL color Cylindrical-coordinate representation of color #7CC5D3: hue angle of 189.66º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CC5D3 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 124 | 197 | 211 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.17 |
| HSL | 189.66º | 0.5% | 0.66% | - |
| HSV(B) | 189.66º | 0.41% | 0.83% | - |
| XYZ | 40.04 | 48.92 | 68.96 | - |
| YUV | 176.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 211 | 0.41 | 0.07 | 0 | 0.17 | 189.66 | 0.5 | 0.66 |
| Hex | 7C | C5 | D3 | 29 | 7 | 0 | 11 | BE | 32 | 42 |
| Octal | 174 | 305 | 323 | 51 | 7 | 0 | 21 | 276 | 62 | 102 |
| Binary | 1111100 | 11000101 | 11010011 | 101001 | 111 | 0 | 10001 | 10111110 | 110010 | 1000010 |
Color Harmonies of #7CC5D3
Complementary color
Monochromatic Colors of #7CC5D3
Black with #7CC5D3
Text Example
Text Example
White with #7CC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC5D3; }
p { color: rgb(124,197,211); }
H1.HeaderClassName
{
color: #7CC5D3;
}
.AnyTagClassName
{
color: #7CC5D3;
}
</style>
background-color css
<style>
a { background-color: #7CC5D3; }
a { background-color: rgb(124,197,211); }
div.DivClassName
{
background-color: #7CC5D3;
}
.BgClassName
{
background-color: #7CC5D3;
}
</style>
border-color css
<style>
span { border-color: #7CC5D3; }
span { border-color: rgb(124,197,211); }
td.TdClassName
{
border-color: #7CC5D3;
}
.TagClassName
{
border-color: #7CC5D3;
}
</style>