Shades of Spray #7FCDDF
Tints of Spray #7FCDDF
RGB
CMYK
RGB Variations
Color information
#7FCDDF (or 0x7FCDDF) is known color: Spray. HEX triplet: 7F, CD and DF. RGB value is (127,205,223). Sum of RGB (Red+Green+Blue) = 127+205+223=555 (73% of max value = 765). Red value is 127 (50% from 255 or 22.88% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FCDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDDF is #803220. Grayscale: #B7B7B7. Windows color (decimal): -8401441 or 14667135. OLE color: 14667135.
HSL color Cylindrical-coordinate representation of color #7FCDDF: hue angle of 191.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FCDDF is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 205 | 223 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.13 |
| HSL | 191.25º | 0.6% | 0.69% | - |
| HSV(B) | 191.25º | 0.43% | 0.87% | - |
| XYZ | 43.9 | 53.5 | 77.83 | - |
| YUV | 183.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 223 | 0.43 | 0.08 | 0 | 0.13 | 191.25 | 0.6 | 0.69 |
| Hex | 7F | CD | DF | 2B | 8 | 0 | D | BF | 3C | 45 |
| Octal | 177 | 315 | 337 | 53 | 10 | 0 | 15 | 277 | 74 | 105 |
| Binary | 1111111 | 11001101 | 11011111 | 101011 | 1000 | 0 | 1101 | 10111111 | 111100 | 1000101 |
Color Harmonies of #7FCDDF
Complementary color
Monochromatic Colors of #7FCDDF
Black with #7FCDDF
Text Example
Text Example
White with #7FCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDDF; }
p { color: rgb(127,205,223); }
H1.HeaderClassName
{
color: #7FCDDF;
}
.AnyTagClassName
{
color: #7FCDDF;
}
</style>
background-color css
<style>
a { background-color: #7FCDDF; }
a { background-color: rgb(127,205,223); }
div.DivClassName
{
background-color: #7FCDDF;
}
.BgClassName
{
background-color: #7FCDDF;
}
</style>
border-color css
<style>
span { border-color: #7FCDDF; }
span { border-color: rgb(127,205,223); }
td.TdClassName
{
border-color: #7FCDDF;
}
.TagClassName
{
border-color: #7FCDDF;
}
</style>