Shades of Spray #7CC5CF
Tints of Spray #7CC5CF
RGB
CMYK
RGB Variations
Color information
#7CC5CF (or 0x7CC5CF) is known color: Spray. HEX triplet: 7C, C5 and CF. RGB value is (124,197,207). Sum of RGB (Red+Green+Blue) = 124+197+207=528 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.48% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #7CC5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC5CF is #833A30. Grayscale: #B0B0B0. Windows color (decimal): -8600113 or 13616508. OLE color: 13616508.
HSL color Cylindrical-coordinate representation of color #7CC5CF: hue angle of 187.23º 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 #7CC5CF is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 197 | 207 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.19 |
| HSL | 187.23º | 0.46% | 0.65% | - |
| HSV(B) | 187.23º | 0.4% | 0.81% | - |
| XYZ | 39.54 | 48.72 | 66.35 | - |
| YUV | 176.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 207 | 0.40 | 0.05 | 0 | 0.19 | 187.23 | 0.46 | 0.65 |
| Hex | 7C | C5 | CF | 28 | 5 | 0 | 13 | BB | 2E | 41 |
| Octal | 174 | 305 | 317 | 50 | 5 | 0 | 23 | 273 | 56 | 101 |
| Binary | 1111100 | 11000101 | 11001111 | 101000 | 101 | 0 | 10011 | 10111011 | 101110 | 1000001 |
Color Harmonies of #7CC5CF
Complementary color
Monochromatic Colors of #7CC5CF
Black with #7CC5CF
Text Example
Text Example
White with #7CC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC5CF; }
p { color: rgb(124,197,207); }
H1.HeaderClassName
{
color: #7CC5CF;
}
.AnyTagClassName
{
color: #7CC5CF;
}
</style>
background-color css
<style>
a { background-color: #7CC5CF; }
a { background-color: rgb(124,197,207); }
div.DivClassName
{
background-color: #7CC5CF;
}
.BgClassName
{
background-color: #7CC5CF;
}
</style>
border-color css
<style>
span { border-color: #7CC5CF; }
span { border-color: rgb(124,197,207); }
td.TdClassName
{
border-color: #7CC5CF;
}
.TagClassName
{
border-color: #7CC5CF;
}
</style>