Shades of Spray #7FCED8
Tints of Spray #7FCED8
RGB
CMYK
RGB Variations
Color information
#7FCED8 (or 0x7FCED8) is known color: Spray. HEX triplet: 7F, CE and D8. RGB value is (127,206,216). Sum of RGB (Red+Green+Blue) = 127+206+216=549 (72% of max value = 765). Red value is 127 (50% from 255 or 23.13% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #7FCED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCED8 is #803127. Grayscale: #B7B7B7. Windows color (decimal): -8401192 or 14208639. OLE color: 14208639.
HSL color Cylindrical-coordinate representation of color #7FCED8: hue angle of 186.74º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FCED8 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 206 | 216 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.15 |
| HSL | 186.74º | 0.53% | 0.67% | - |
| HSV(B) | 186.74º | 0.41% | 0.85% | - |
| XYZ | 43.22 | 53.61 | 73.04 | - |
| YUV | 183.52 | 146.33 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 216 | 0.41 | 0.05 | 0 | 0.15 | 186.74 | 0.53 | 0.67 |
| Hex | 7F | CE | D8 | 29 | 5 | 0 | F | BB | 35 | 43 |
| Octal | 177 | 316 | 330 | 51 | 5 | 0 | 17 | 273 | 65 | 103 |
| Binary | 1111111 | 11001110 | 11011000 | 101001 | 101 | 0 | 1111 | 10111011 | 110101 | 1000011 |
Color Harmonies of #7FCED8
Complementary color
Monochromatic Colors of #7FCED8
Black with #7FCED8
Text Example
Text Example
White with #7FCED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCED8; }
p { color: rgb(127,206,216); }
H1.HeaderClassName
{
color: #7FCED8;
}
.AnyTagClassName
{
color: #7FCED8;
}
</style>
background-color css
<style>
a { background-color: #7FCED8; }
a { background-color: rgb(127,206,216); }
div.DivClassName
{
background-color: #7FCED8;
}
.BgClassName
{
background-color: #7FCED8;
}
</style>
border-color css
<style>
span { border-color: #7FCED8; }
span { border-color: rgb(127,206,216); }
td.TdClassName
{
border-color: #7FCED8;
}
.TagClassName
{
border-color: #7FCED8;
}
</style>