Shades of Spray #7FCEDE
Tints of Spray #7FCEDE
RGB
CMYK
RGB Variations
Color information
#7FCEDE (or 0x7FCEDE) is known color: Spray. HEX triplet: 7F, CE and DE. RGB value is (127,206,222). Sum of RGB (Red+Green+Blue) = 127+206+222=555 (73% of max value = 765). Red value is 127 (50% from 255 or 22.88% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #7FCEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEDE is #803121. Grayscale: #B8B8B8. Windows color (decimal): -8401186 or 14601855. OLE color: 14601855.
HSL color Cylindrical-coordinate representation of color #7FCEDE: hue angle of 190.11º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FCEDE is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 206 | 222 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.13 |
| HSL | 190.11º | 0.59% | 0.68% | - |
| HSV(B) | 190.11º | 0.43% | 0.87% | - |
| XYZ | 44.01 | 53.93 | 77.2 | - |
| YUV | 184.2 | 149.33 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 222 | 0.43 | 0.07 | 0 | 0.13 | 190.11 | 0.59 | 0.68 |
| Hex | 7F | CE | DE | 2B | 7 | 0 | D | BE | 3B | 44 |
| Octal | 177 | 316 | 336 | 53 | 7 | 0 | 15 | 276 | 73 | 104 |
| Binary | 1111111 | 11001110 | 11011110 | 101011 | 111 | 0 | 1101 | 10111110 | 111011 | 1000100 |
Color Harmonies of #7FCEDE
Complementary color
Monochromatic Colors of #7FCEDE
Black with #7FCEDE
Text Example
Text Example
White with #7FCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCEDE; }
p { color: rgb(127,206,222); }
H1.HeaderClassName
{
color: #7FCEDE;
}
.AnyTagClassName
{
color: #7FCEDE;
}
</style>
background-color css
<style>
a { background-color: #7FCEDE; }
a { background-color: rgb(127,206,222); }
div.DivClassName
{
background-color: #7FCEDE;
}
.BgClassName
{
background-color: #7FCEDE;
}
</style>
border-color css
<style>
span { border-color: #7FCEDE; }
span { border-color: rgb(127,206,222); }
td.TdClassName
{
border-color: #7FCEDE;
}
.TagClassName
{
border-color: #7FCEDE;
}
</style>