Shades of Spray #7FDBDA
Tints of Spray #7FDBDA
RGB
CMYK
RGB Variations
Color information
#7FDBDA (or 0x7FDBDA) is known color: Spray. HEX triplet: 7F, DB and DA. RGB value is (127,219,218). Sum of RGB (Red+Green+Blue) = 127+219+218=564 (74% of max value = 765). Red value is 127 (50% from 255 or 22.52% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDBDA is #802425. Grayscale: #BFBFBF. Windows color (decimal): -8397862 or 14343039. OLE color: 14343039.
HSL color Cylindrical-coordinate representation of color #7FDBDA: hue angle of 179.35º degrees, saturation: 0.56, 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 #7FDBDA is Cyan = 0.42, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 218 | - |
| CMYK | 0.42 | 0 | 0.00 | 0.14 |
| HSL | 179.35º | 0.56% | 0.68% | - |
| HSV(B) | 179.35º | 0.42% | 0.86% | - |
| XYZ | 46.74 | 60.24 | 75.49 | - |
| YUV | 191.38 | 143.02 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 218 | 0.42 | 0 | 0.00 | 0.14 | 179.35 | 0.56 | 0.68 |
| Hex | 7F | DB | DA | 2A | 0 | 0 | E | B3 | 38 | 44 |
| Octal | 177 | 333 | 332 | 52 | 0 | 0 | 16 | 263 | 70 | 104 |
| Binary | 1111111 | 11011011 | 11011010 | 101010 | 0 | 0 | 1110 | 10110011 | 111000 | 1000100 |
Color Harmonies of #7FDBDA
Complementary color
Monochromatic Colors of #7FDBDA
Black with #7FDBDA
Text Example
Text Example
White with #7FDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBDA; }
p { color: rgb(127,219,218); }
H1.HeaderClassName
{
color: #7FDBDA;
}
.AnyTagClassName
{
color: #7FDBDA;
}
</style>
background-color css
<style>
a { background-color: #7FDBDA; }
a { background-color: rgb(127,219,218); }
div.DivClassName
{
background-color: #7FDBDA;
}
.BgClassName
{
background-color: #7FDBDA;
}
</style>
border-color css
<style>
span { border-color: #7FDBDA; }
span { border-color: rgb(127,219,218); }
td.TdClassName
{
border-color: #7FDBDA;
}
.TagClassName
{
border-color: #7FDBDA;
}
</style>