Shades of Spray #7FCDDA
Tints of Spray #7FCDDA
RGB
CMYK
RGB Variations
Color information
#7FCDDA (or 0x7FCDDA) is known color: Spray. HEX triplet: 7F, CD and DA. RGB value is (127,205,218). Sum of RGB (Red+Green+Blue) = 127+205+218=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FCDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDDA is #803225. Grayscale: #B7B7B7. Windows color (decimal): -8401446 or 14339455. OLE color: 14339455.
HSL color Cylindrical-coordinate representation of color #7FCDDA: hue angle of 188.57º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FCDDA is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 205 | 218 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.15 |
| HSL | 188.57º | 0.55% | 0.68% | - |
| HSV(B) | 188.57º | 0.42% | 0.85% | - |
| XYZ | 43.24 | 53.24 | 74.33 | - |
| YUV | 183.16 | 147.66 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 218 | 0.42 | 0.06 | 0 | 0.15 | 188.57 | 0.55 | 0.68 |
| Hex | 7F | CD | DA | 2A | 6 | 0 | F | BD | 37 | 44 |
| Octal | 177 | 315 | 332 | 52 | 6 | 0 | 17 | 275 | 67 | 104 |
| Binary | 1111111 | 11001101 | 11011010 | 101010 | 110 | 0 | 1111 | 10111101 | 110111 | 1000100 |
Color Harmonies of #7FCDDA
Complementary color
Monochromatic Colors of #7FCDDA
Black with #7FCDDA
Text Example
Text Example
White with #7FCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDDA; }
p { color: rgb(127,205,218); }
H1.HeaderClassName
{
color: #7FCDDA;
}
.AnyTagClassName
{
color: #7FCDDA;
}
</style>
background-color css
<style>
a { background-color: #7FCDDA; }
a { background-color: rgb(127,205,218); }
div.DivClassName
{
background-color: #7FCDDA;
}
.BgClassName
{
background-color: #7FCDDA;
}
</style>
border-color css
<style>
span { border-color: #7FCDDA; }
span { border-color: rgb(127,205,218); }
td.TdClassName
{
border-color: #7FCDDA;
}
.TagClassName
{
border-color: #7FCDDA;
}
</style>