Shades of Spray #7FCADD
Tints of Spray #7FCADD
RGB
CMYK
RGB Variations
Color information
#7FCADD (or 0x7FCADD) is known color: Spray. HEX triplet: 7F, CA and DD. RGB value is (127,202,221). Sum of RGB (Red+Green+Blue) = 127+202+221=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FCADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCADD is #803522. Grayscale: #B5B5B5. Windows color (decimal): -8402211 or 14535295. OLE color: 14535295.
HSL color Cylindrical-coordinate representation of color #7FCADD: hue angle of 192.13º degrees, saturation: 0.58, 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 #7FCADD is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 202 | 221 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.13 |
| HSL | 192.13º | 0.58% | 0.68% | - |
| HSV(B) | 192.13º | 0.43% | 0.87% | - |
| XYZ | 42.92 | 51.97 | 76.18 | - |
| YUV | 181.74 | 150.15 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 221 | 0.43 | 0.09 | 0 | 0.13 | 192.13 | 0.58 | 0.68 |
| Hex | 7F | CA | DD | 2B | 9 | 0 | D | C0 | 3A | 44 |
| Octal | 177 | 312 | 335 | 53 | 11 | 0 | 15 | 300 | 72 | 104 |
| Binary | 1111111 | 11001010 | 11011101 | 101011 | 1001 | 0 | 1101 | 11000000 | 111010 | 1000100 |
Color Harmonies of #7FCADD
Complementary color
Monochromatic Colors of #7FCADD
Black with #7FCADD
Text Example
Text Example
White with #7FCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCADD; }
p { color: rgb(127,202,221); }
H1.HeaderClassName
{
color: #7FCADD;
}
.AnyTagClassName
{
color: #7FCADD;
}
</style>
background-color css
<style>
a { background-color: #7FCADD; }
a { background-color: rgb(127,202,221); }
div.DivClassName
{
background-color: #7FCADD;
}
.BgClassName
{
background-color: #7FCADD;
}
</style>
border-color css
<style>
span { border-color: #7FCADD; }
span { border-color: rgb(127,202,221); }
td.TdClassName
{
border-color: #7FCADD;
}
.TagClassName
{
border-color: #7FCADD;
}
</style>