Shades of Spray #7CC4D7
Tints of Spray #7CC4D7
RGB
CMYK
RGB Variations
Color information
#7CC4D7 (or 0x7CC4D7) is known color: Spray. HEX triplet: 7C, C4 and D7. RGB value is (124,196,215). Sum of RGB (Red+Green+Blue) = 124+196+215=535 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.18% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #7CC4D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC4D7 is #833B28. Grayscale: #B0B0B0. Windows color (decimal): -8600361 or 14140540. OLE color: 14140540.
HSL color Cylindrical-coordinate representation of color #7CC4D7: hue angle of 192.53º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CC4D7 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 196 | 215 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.16 |
| HSL | 192.53º | 0.53% | 0.66% | - |
| HSV(B) | 192.53º | 0.42% | 0.84% | - |
| XYZ | 40.32 | 48.67 | 71.56 | - |
| YUV | 176.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 196 | 215 | 0.42 | 0.09 | 0 | 0.16 | 192.53 | 0.53 | 0.66 |
| Hex | 7C | C4 | D7 | 2A | 9 | 0 | 10 | C1 | 35 | 42 |
| Octal | 174 | 304 | 327 | 52 | 11 | 0 | 20 | 301 | 65 | 102 |
| Binary | 1111100 | 11000100 | 11010111 | 101010 | 1001 | 0 | 10000 | 11000001 | 110101 | 1000010 |
Color Harmonies of #7CC4D7
Complementary color
Monochromatic Colors of #7CC4D7
Black with #7CC4D7
Text Example
Text Example
White with #7CC4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC4D7; }
p { color: rgb(124,196,215); }
H1.HeaderClassName
{
color: #7CC4D7;
}
.AnyTagClassName
{
color: #7CC4D7;
}
</style>
background-color css
<style>
a { background-color: #7CC4D7; }
a { background-color: rgb(124,196,215); }
div.DivClassName
{
background-color: #7CC4D7;
}
.BgClassName
{
background-color: #7CC4D7;
}
</style>
border-color css
<style>
span { border-color: #7CC4D7; }
span { border-color: rgb(124,196,215); }
td.TdClassName
{
border-color: #7CC4D7;
}
.TagClassName
{
border-color: #7CC4D7;
}
</style>