Shades of Spray #7FDCE5
Tints of Spray #7FDCE5
RGB
CMYK
RGB Variations
Color information
#7FDCE5 (or 0x7FDCE5) is known color: Spray. HEX triplet: 7F, DC and E5. RGB value is (127,220,229). Sum of RGB (Red+Green+Blue) = 127+220+229=576 (76% of max value = 765). Red value is 127 (50% from 255 or 22.05% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #7FDCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCE5 is #80231A. Grayscale: #C1C1C1. Windows color (decimal): -8397595 or 15064191. OLE color: 15064191.
HSL color Cylindrical-coordinate representation of color #7FDCE5: hue angle of 185.29º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FDCE5 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 220 | 229 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.10 |
| HSL | 185.29º | 0.66% | 0.7% | - |
| HSV(B) | 185.29º | 0.45% | 0.9% | - |
| XYZ | 48.49 | 61.36 | 83.42 | - |
| YUV | 193.22 | 148.19 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 229 | 0.45 | 0.04 | 0 | 0.10 | 185.29 | 0.66 | 0.7 |
| Hex | 7F | DC | E5 | 2D | 4 | 0 | A | B9 | 42 | 46 |
| Octal | 177 | 334 | 345 | 55 | 4 | 0 | 12 | 271 | 102 | 106 |
| Binary | 1111111 | 11011100 | 11100101 | 101101 | 100 | 0 | 1010 | 10111001 | 1000010 | 1000110 |
Color Harmonies of #7FDCE5
Complementary color
Monochromatic Colors of #7FDCE5
Black with #7FDCE5
Text Example
Text Example
White with #7FDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDCE5; }
p { color: rgb(127,220,229); }
H1.HeaderClassName
{
color: #7FDCE5;
}
.AnyTagClassName
{
color: #7FDCE5;
}
</style>
background-color css
<style>
a { background-color: #7FDCE5; }
a { background-color: rgb(127,220,229); }
div.DivClassName
{
background-color: #7FDCE5;
}
.BgClassName
{
background-color: #7FDCE5;
}
</style>
border-color css
<style>
span { border-color: #7FDCE5; }
span { border-color: rgb(127,220,229); }
td.TdClassName
{
border-color: #7FDCE5;
}
.TagClassName
{
border-color: #7FDCE5;
}
</style>