Shades of Spray #7FCED6
Tints of Spray #7FCED6
RGB
CMYK
RGB Variations
Color information
#7FCED6 (or 0x7FCED6) is known color: Spray. HEX triplet: 7F, CE and D6. RGB value is (127,206,214). Sum of RGB (Red+Green+Blue) = 127+206+214=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #7FCED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCED6 is #803129. Grayscale: #B7B7B7. Windows color (decimal): -8401194 or 14077567. OLE color: 14077567.
HSL color Cylindrical-coordinate representation of color #7FCED6: hue angle of 185.52º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FCED6 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 206 | 214 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.16 |
| HSL | 185.52º | 0.51% | 0.67% | - |
| HSV(B) | 185.52º | 0.41% | 0.84% | - |
| XYZ | 42.96 | 53.51 | 71.68 | - |
| YUV | 183.29 | 145.33 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 214 | 0.41 | 0.04 | 0 | 0.16 | 185.52 | 0.51 | 0.67 |
| Hex | 7F | CE | D6 | 29 | 4 | 0 | 10 | BA | 33 | 43 |
| Octal | 177 | 316 | 326 | 51 | 4 | 0 | 20 | 272 | 63 | 103 |
| Binary | 1111111 | 11001110 | 11010110 | 101001 | 100 | 0 | 10000 | 10111010 | 110011 | 1000011 |
Color Harmonies of #7FCED6
Complementary color
Monochromatic Colors of #7FCED6
Black with #7FCED6
Text Example
Text Example
White with #7FCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCED6; }
p { color: rgb(127,206,214); }
H1.HeaderClassName
{
color: #7FCED6;
}
.AnyTagClassName
{
color: #7FCED6;
}
</style>
background-color css
<style>
a { background-color: #7FCED6; }
a { background-color: rgb(127,206,214); }
div.DivClassName
{
background-color: #7FCED6;
}
.BgClassName
{
background-color: #7FCED6;
}
</style>
border-color css
<style>
span { border-color: #7FCED6; }
span { border-color: rgb(127,206,214); }
td.TdClassName
{
border-color: #7FCED6;
}
.TagClassName
{
border-color: #7FCED6;
}
</style>