Shades of Spray #7CCED5
Tints of Spray #7CCED5
RGB
CMYK
RGB Variations
Color information
#7CCED5 (or 0x7CCED5) is known color: Spray. HEX triplet: 7C, CE and D5. RGB value is (124,206,213). Sum of RGB (Red+Green+Blue) = 124+206+213=543 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.84% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #7CCED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCED5 is #83312A. Grayscale: #B6B6B6. Windows color (decimal): -8597803 or 14012028. OLE color: 14012028.
HSL color Cylindrical-coordinate representation of color #7CCED5: hue angle of 184.72º degrees, saturation: 0.51, 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 #7CCED5 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 206 | 213 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.16 |
| HSL | 184.72º | 0.51% | 0.66% | - |
| HSV(B) | 184.72º | 0.42% | 0.84% | - |
| XYZ | 42.39 | 53.23 | 70.99 | - |
| YUV | 182.28 | 145.33 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 213 | 0.42 | 0.03 | 0 | 0.16 | 184.72 | 0.51 | 0.66 |
| Hex | 7C | CE | D5 | 2A | 3 | 0 | 10 | B9 | 33 | 42 |
| Octal | 174 | 316 | 325 | 52 | 3 | 0 | 20 | 271 | 63 | 102 |
| Binary | 1111100 | 11001110 | 11010101 | 101010 | 11 | 0 | 10000 | 10111001 | 110011 | 1000010 |
Color Harmonies of #7CCED5
Complementary color
Monochromatic Colors of #7CCED5
Black with #7CCED5
Text Example
Text Example
White with #7CCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCED5; }
p { color: rgb(124,206,213); }
H1.HeaderClassName
{
color: #7CCED5;
}
.AnyTagClassName
{
color: #7CCED5;
}
</style>
background-color css
<style>
a { background-color: #7CCED5; }
a { background-color: rgb(124,206,213); }
div.DivClassName
{
background-color: #7CCED5;
}
.BgClassName
{
background-color: #7CCED5;
}
</style>
border-color css
<style>
span { border-color: #7CCED5; }
span { border-color: rgb(124,206,213); }
td.TdClassName
{
border-color: #7CCED5;
}
.TagClassName
{
border-color: #7CCED5;
}
</style>