Shades of Spray #7FCEDD
Tints of Spray #7FCEDD
RGB
CMYK
RGB Variations
Color information
#7FCEDD (or 0x7FCEDD) is known color: Spray. HEX triplet: 7F, CE and DD. RGB value is (127,206,221). Sum of RGB (Red+Green+Blue) = 127+206+221=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FCEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEDD is #803122. Grayscale: #B7B7B7. Windows color (decimal): -8401187 or 14536319. OLE color: 14536319.
HSL color Cylindrical-coordinate representation of color #7FCEDD: hue angle of 189.57º 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 #7FCEDD is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 206 | 221 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.13 |
| HSL | 189.57º | 0.58% | 0.68% | - |
| HSV(B) | 189.57º | 0.43% | 0.87% | - |
| XYZ | 43.87 | 53.88 | 76.49 | - |
| YUV | 184.09 | 148.83 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 221 | 0.43 | 0.07 | 0 | 0.13 | 189.57 | 0.58 | 0.68 |
| Hex | 7F | CE | DD | 2B | 7 | 0 | D | BE | 3A | 44 |
| Octal | 177 | 316 | 335 | 53 | 7 | 0 | 15 | 276 | 72 | 104 |
| Binary | 1111111 | 11001110 | 11011101 | 101011 | 111 | 0 | 1101 | 10111110 | 111010 | 1000100 |
Color Harmonies of #7FCEDD
Complementary color
Monochromatic Colors of #7FCEDD
Black with #7FCEDD
Text Example
Text Example
White with #7FCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCEDD; }
p { color: rgb(127,206,221); }
H1.HeaderClassName
{
color: #7FCEDD;
}
.AnyTagClassName
{
color: #7FCEDD;
}
</style>
background-color css
<style>
a { background-color: #7FCEDD; }
a { background-color: rgb(127,206,221); }
div.DivClassName
{
background-color: #7FCEDD;
}
.BgClassName
{
background-color: #7FCEDD;
}
</style>
border-color css
<style>
span { border-color: #7FCEDD; }
span { border-color: rgb(127,206,221); }
td.TdClassName
{
border-color: #7FCEDD;
}
.TagClassName
{
border-color: #7FCEDD;
}
</style>