Shades of Spray #7FCADE
Tints of Spray #7FCADE
RGB
CMYK
RGB Variations
Color information
#7FCADE (or 0x7FCADE) is known color: Spray. HEX triplet: 7F, CA and DE. RGB value is (127,202,222). Sum of RGB (Red+Green+Blue) = 127+202+222=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #7FCADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCADE is #803521. Grayscale: #B5B5B5. Windows color (decimal): -8402210 or 14600831. OLE color: 14600831.
HSL color Cylindrical-coordinate representation of color #7FCADE: hue angle of 192.63º 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 #7FCADE is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 202 | 222 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.13 |
| HSL | 192.63º | 0.59% | 0.68% | - |
| HSV(B) | 192.63º | 0.43% | 0.87% | - |
| XYZ | 43.06 | 52.03 | 76.88 | - |
| YUV | 181.86 | 150.65 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 222 | 0.43 | 0.09 | 0 | 0.13 | 192.63 | 0.59 | 0.68 |
| Hex | 7F | CA | DE | 2B | 9 | 0 | D | C1 | 3B | 44 |
| Octal | 177 | 312 | 336 | 53 | 11 | 0 | 15 | 301 | 73 | 104 |
| Binary | 1111111 | 11001010 | 11011110 | 101011 | 1001 | 0 | 1101 | 11000001 | 111011 | 1000100 |
Color Harmonies of #7FCADE
Complementary color
Monochromatic Colors of #7FCADE
Black with #7FCADE
Text Example
Text Example
White with #7FCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCADE; }
p { color: rgb(127,202,222); }
H1.HeaderClassName
{
color: #7FCADE;
}
.AnyTagClassName
{
color: #7FCADE;
}
</style>
background-color css
<style>
a { background-color: #7FCADE; }
a { background-color: rgb(127,202,222); }
div.DivClassName
{
background-color: #7FCADE;
}
.BgClassName
{
background-color: #7FCADE;
}
</style>
border-color css
<style>
span { border-color: #7FCADE; }
span { border-color: rgb(127,202,222); }
td.TdClassName
{
border-color: #7FCADE;
}
.TagClassName
{
border-color: #7FCADE;
}
</style>