Shades of Spray #7FDCDB
Tints of Spray #7FDCDB
RGB
CMYK
RGB Variations
Color information
#7FDCDB (or 0x7FDCDB) is known color: Spray. HEX triplet: 7F, DC and DB. RGB value is (127,220,219). Sum of RGB (Red+Green+Blue) = 127+220+219=566 (74% of max value = 765). Red value is 127 (50% from 255 or 22.44% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCDB is #802324. Grayscale: #BFBFBF. Windows color (decimal): -8397605 or 14408831. OLE color: 14408831.
HSL color Cylindrical-coordinate representation of color #7FDCDB: hue angle of 179.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDCDB is Cyan = 0.42, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 219 | - |
| CMYK | 0.42 | 0 | 0.00 | 0.14 |
| HSL | 179.35º | 0.57% | 0.68% | - |
| HSV(B) | 179.35º | 0.42% | 0.86% | - |
| XYZ | 47.13 | 60.81 | 76.27 | - |
| YUV | 192.08 | 143.19 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 219 | 0.42 | 0 | 0.00 | 0.14 | 179.35 | 0.57 | 0.68 |
| Hex | 7F | DC | DB | 2A | 0 | 0 | E | B3 | 39 | 44 |
| Octal | 177 | 334 | 333 | 52 | 0 | 0 | 16 | 263 | 71 | 104 |
| Binary | 1111111 | 11011100 | 11011011 | 101010 | 0 | 0 | 1110 | 10110011 | 111001 | 1000100 |
Color Harmonies of #7FDCDB
Complementary color
Monochromatic Colors of #7FDCDB
Black with #7FDCDB
Text Example
Text Example
White with #7FDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDCDB; }
p { color: rgb(127,220,219); }
H1.HeaderClassName
{
color: #7FDCDB;
}
.AnyTagClassName
{
color: #7FDCDB;
}
</style>
background-color css
<style>
a { background-color: #7FDCDB; }
a { background-color: rgb(127,220,219); }
div.DivClassName
{
background-color: #7FDCDB;
}
.BgClassName
{
background-color: #7FDCDB;
}
</style>
border-color css
<style>
span { border-color: #7FDCDB; }
span { border-color: rgb(127,220,219); }
td.TdClassName
{
border-color: #7FDCDB;
}
.TagClassName
{
border-color: #7FDCDB;
}
</style>