Shades of Spray #7CDBDF
Tints of Spray #7CDBDF
RGB
CMYK
RGB Variations
Color information
#7CDBDF (or 0x7CDBDF) is known color: Spray. HEX triplet: 7C, DB and DF. RGB value is (124,219,223). Sum of RGB (Red+Green+Blue) = 124+219+223=566 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.91% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CDBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDBDF is #832420. Grayscale: #BEBEBE. Windows color (decimal): -8594465 or 14670716. OLE color: 14670716.
HSL color Cylindrical-coordinate representation of color #7CDBDF: hue angle of 182.42º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDBDF is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 219 | 223 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.13 |
| HSL | 182.42º | 0.61% | 0.68% | - |
| HSV(B) | 182.42º | 0.44% | 0.87% | - |
| XYZ | 46.96 | 60.28 | 78.97 | - |
| YUV | 191.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 223 | 0.44 | 0.02 | 0 | 0.13 | 182.42 | 0.61 | 0.68 |
| Hex | 7C | DB | DF | 2C | 2 | 0 | D | B6 | 3D | 44 |
| Octal | 174 | 333 | 337 | 54 | 2 | 0 | 15 | 266 | 75 | 104 |
| Binary | 1111100 | 11011011 | 11011111 | 101100 | 10 | 0 | 1101 | 10110110 | 111101 | 1000100 |
Color Harmonies of #7CDBDF
Complementary color
Monochromatic Colors of #7CDBDF
Black with #7CDBDF
Text Example
Text Example
White with #7CDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDBDF; }
p { color: rgb(124,219,223); }
H1.HeaderClassName
{
color: #7CDBDF;
}
.AnyTagClassName
{
color: #7CDBDF;
}
</style>
background-color css
<style>
a { background-color: #7CDBDF; }
a { background-color: rgb(124,219,223); }
div.DivClassName
{
background-color: #7CDBDF;
}
.BgClassName
{
background-color: #7CDBDF;
}
</style>
border-color css
<style>
span { border-color: #7CDBDF; }
span { border-color: rgb(124,219,223); }
td.TdClassName
{
border-color: #7CDBDF;
}
.TagClassName
{
border-color: #7CDBDF;
}
</style>