Shades of Spray #7FCEDC
Tints of Spray #7FCEDC
RGB
CMYK
RGB Variations
Color information
#7FCEDC (or 0x7FCEDC) is known color: Spray. HEX triplet: 7F, CE and DC. RGB value is (127,206,220). Sum of RGB (Red+Green+Blue) = 127+206+220=553 (73% of max value = 765). Red value is 127 (50% from 255 or 22.97% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FCEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEDC is #803123. Grayscale: #B7B7B7. Windows color (decimal): -8401188 or 14470783. OLE color: 14470783.
HSL color Cylindrical-coordinate representation of color #7FCEDC: hue angle of 189.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FCEDC is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 206 | 220 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.14 |
| HSL | 189.03º | 0.57% | 0.68% | - |
| HSV(B) | 189.03º | 0.42% | 0.86% | - |
| XYZ | 43.74 | 53.82 | 75.79 | - |
| YUV | 183.98 | 148.33 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 220 | 0.42 | 0.06 | 0 | 0.14 | 189.03 | 0.57 | 0.68 |
| Hex | 7F | CE | DC | 2A | 6 | 0 | E | BD | 39 | 44 |
| Octal | 177 | 316 | 334 | 52 | 6 | 0 | 16 | 275 | 71 | 104 |
| Binary | 1111111 | 11001110 | 11011100 | 101010 | 110 | 0 | 1110 | 10111101 | 111001 | 1000100 |
Color Harmonies of #7FCEDC
Complementary color
Monochromatic Colors of #7FCEDC
Black with #7FCEDC
Text Example
Text Example
White with #7FCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCEDC; }
p { color: rgb(127,206,220); }
H1.HeaderClassName
{
color: #7FCEDC;
}
.AnyTagClassName
{
color: #7FCEDC;
}
</style>
background-color css
<style>
a { background-color: #7FCEDC; }
a { background-color: rgb(127,206,220); }
div.DivClassName
{
background-color: #7FCEDC;
}
.BgClassName
{
background-color: #7FCEDC;
}
</style>
border-color css
<style>
span { border-color: #7FCEDC; }
span { border-color: rgb(127,206,220); }
td.TdClassName
{
border-color: #7FCEDC;
}
.TagClassName
{
border-color: #7FCEDC;
}
</style>