Shades of Spray #7FCDD7
Tints of Spray #7FCDD7
RGB
CMYK
RGB Variations
Color information
#7FCDD7 (or 0x7FCDD7) is known color: Spray. HEX triplet: 7F, CD and D7. RGB value is (127,205,215). Sum of RGB (Red+Green+Blue) = 127+205+215=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #7FCDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDD7 is #803228. Grayscale: #B6B6B6. Windows color (decimal): -8401449 or 14142847. OLE color: 14142847.
HSL color Cylindrical-coordinate representation of color #7FCDD7: hue angle of 186.82º degrees, saturation: 0.52, 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 #7FCDD7 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 205 | 215 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.16 |
| HSL | 186.82º | 0.52% | 0.67% | - |
| HSV(B) | 186.82º | 0.41% | 0.84% | - |
| XYZ | 42.85 | 53.08 | 72.28 | - |
| YUV | 182.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 215 | 0.41 | 0.05 | 0 | 0.16 | 186.82 | 0.52 | 0.67 |
| Hex | 7F | CD | D7 | 29 | 5 | 0 | 10 | BB | 34 | 43 |
| Octal | 177 | 315 | 327 | 51 | 5 | 0 | 20 | 273 | 64 | 103 |
| Binary | 1111111 | 11001101 | 11010111 | 101001 | 101 | 0 | 10000 | 10111011 | 110100 | 1000011 |
Color Harmonies of #7FCDD7
Complementary color
Monochromatic Colors of #7FCDD7
Black with #7FCDD7
Text Example
Text Example
White with #7FCDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDD7; }
p { color: rgb(127,205,215); }
H1.HeaderClassName
{
color: #7FCDD7;
}
.AnyTagClassName
{
color: #7FCDD7;
}
</style>
background-color css
<style>
a { background-color: #7FCDD7; }
a { background-color: rgb(127,205,215); }
div.DivClassName
{
background-color: #7FCDD7;
}
.BgClassName
{
background-color: #7FCDD7;
}
</style>
border-color css
<style>
span { border-color: #7FCDD7; }
span { border-color: rgb(127,205,215); }
td.TdClassName
{
border-color: #7FCDD7;
}
.TagClassName
{
border-color: #7FCDD7;
}
</style>