Shades of Spray #7FDBDF
Tints of Spray #7FDBDF
RGB
CMYK
RGB Variations
Color information
#7FDBDF (or 0x7FDBDF) is known color: Spray. HEX triplet: 7F, DB and DF. RGB value is (127,219,223). Sum of RGB (Red+Green+Blue) = 127+219+223=569 (75% of max value = 765). Red value is 127 (50% from 255 or 22.32% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FDBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDBDF is #802420. Grayscale: #BFBFBF. Windows color (decimal): -8397857 or 14670719. OLE color: 14670719.
HSL color Cylindrical-coordinate representation of color #7FDBDF: hue angle of 182.5º 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 #7FDBDF is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 219 | 223 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.13 |
| HSL | 182.5º | 0.6% | 0.69% | - |
| HSV(B) | 182.5º | 0.43% | 0.87% | - |
| XYZ | 47.4 | 60.5 | 78.99 | - |
| YUV | 191.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 223 | 0.43 | 0.02 | 0 | 0.13 | 182.5 | 0.6 | 0.69 |
| Hex | 7F | DB | DF | 2B | 2 | 0 | D | B6 | 3C | 45 |
| Octal | 177 | 333 | 337 | 53 | 2 | 0 | 15 | 266 | 74 | 105 |
| Binary | 1111111 | 11011011 | 11011111 | 101011 | 10 | 0 | 1101 | 10110110 | 111100 | 1000101 |
Color Harmonies of #7FDBDF
Complementary color
Monochromatic Colors of #7FDBDF
Black with #7FDBDF
Text Example
Text Example
White with #7FDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBDF; }
p { color: rgb(127,219,223); }
H1.HeaderClassName
{
color: #7FDBDF;
}
.AnyTagClassName
{
color: #7FDBDF;
}
</style>
background-color css
<style>
a { background-color: #7FDBDF; }
a { background-color: rgb(127,219,223); }
div.DivClassName
{
background-color: #7FDBDF;
}
.BgClassName
{
background-color: #7FDBDF;
}
</style>
border-color css
<style>
span { border-color: #7FDBDF; }
span { border-color: rgb(127,219,223); }
td.TdClassName
{
border-color: #7FDBDF;
}
.TagClassName
{
border-color: #7FDBDF;
}
</style>