Shades of Spray #7FCDD6
Tints of Spray #7FCDD6
RGB
CMYK
RGB Variations
Color information
#7FCDD6 (or 0x7FCDD6) is known color: Spray. HEX triplet: 7F, CD and D6. RGB value is (127,205,214). Sum of RGB (Red+Green+Blue) = 127+205+214=546 (72% of max value = 765). Red value is 127 (50% from 255 or 23.26% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 214 - color contains mainly: blue. Hex color #7FCDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDD6 is #803229. Grayscale: #B6B6B6. Windows color (decimal): -8401450 or 14077311. OLE color: 14077311.
HSL color Cylindrical-coordinate representation of color #7FCDD6: hue angle of 186.21º degrees, saturation: 0.51, 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 #7FCDD6 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 205 | 214 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.16 |
| HSL | 186.21º | 0.51% | 0.67% | - |
| HSV(B) | 186.21º | 0.41% | 0.84% | - |
| XYZ | 42.72 | 53.03 | 71.6 | - |
| YUV | 182.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 214 | 0.41 | 0.04 | 0 | 0.16 | 186.21 | 0.51 | 0.67 |
| Hex | 7F | CD | D6 | 29 | 4 | 0 | 10 | BA | 33 | 43 |
| Octal | 177 | 315 | 326 | 51 | 4 | 0 | 20 | 272 | 63 | 103 |
| Binary | 1111111 | 11001101 | 11010110 | 101001 | 100 | 0 | 10000 | 10111010 | 110011 | 1000011 |
Color Harmonies of #7FCDD6
Complementary color
Monochromatic Colors of #7FCDD6
Black with #7FCDD6
Text Example
Text Example
White with #7FCDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDD6; }
p { color: rgb(127,205,214); }
H1.HeaderClassName
{
color: #7FCDD6;
}
.AnyTagClassName
{
color: #7FCDD6;
}
</style>
background-color css
<style>
a { background-color: #7FCDD6; }
a { background-color: rgb(127,205,214); }
div.DivClassName
{
background-color: #7FCDD6;
}
.BgClassName
{
background-color: #7FCDD6;
}
</style>
border-color css
<style>
span { border-color: #7FCDD6; }
span { border-color: rgb(127,205,214); }
td.TdClassName
{
border-color: #7FCDD6;
}
.TagClassName
{
border-color: #7FCDD6;
}
</style>