Shades of Spray #7CC5CE
Tints of Spray #7CC5CE
RGB
CMYK
RGB Variations
Color information
#7CC5CE (or 0x7CC5CE) is known color: Spray. HEX triplet: 7C, C5 and CE. RGB value is (124,197,206). Sum of RGB (Red+Green+Blue) = 124+197+206=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CC5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC5CE is #833A31. Grayscale: #B0B0B0. Windows color (decimal): -8600114 or 13550972. OLE color: 13550972.
HSL color Cylindrical-coordinate representation of color #7CC5CE: hue angle of 186.59º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CC5CE is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 197 | 206 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.19 |
| HSL | 186.59º | 0.46% | 0.65% | - |
| HSV(B) | 186.59º | 0.4% | 0.81% | - |
| XYZ | 39.42 | 48.67 | 65.71 | - |
| YUV | 176.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 206 | 0.40 | 0.04 | 0 | 0.19 | 186.59 | 0.46 | 0.65 |
| Hex | 7C | C5 | CE | 28 | 4 | 0 | 13 | BB | 2E | 41 |
| Octal | 174 | 305 | 316 | 50 | 4 | 0 | 23 | 273 | 56 | 101 |
| Binary | 1111100 | 11000101 | 11001110 | 101000 | 100 | 0 | 10011 | 10111011 | 101110 | 1000001 |
Color Harmonies of #7CC5CE
Complementary color
Monochromatic Colors of #7CC5CE
Black with #7CC5CE
Text Example
Text Example
White with #7CC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC5CE; }
p { color: rgb(124,197,206); }
H1.HeaderClassName
{
color: #7CC5CE;
}
.AnyTagClassName
{
color: #7CC5CE;
}
</style>
background-color css
<style>
a { background-color: #7CC5CE; }
a { background-color: rgb(124,197,206); }
div.DivClassName
{
background-color: #7CC5CE;
}
.BgClassName
{
background-color: #7CC5CE;
}
</style>
border-color css
<style>
span { border-color: #7CC5CE; }
span { border-color: rgb(124,197,206); }
td.TdClassName
{
border-color: #7CC5CE;
}
.TagClassName
{
border-color: #7CC5CE;
}
</style>