Shades of Spray #7CDBDB
Tints of Spray #7CDBDB
RGB
CMYK
RGB Variations
Color information
#7CDBDB (or 0x7CDBDB) is known color: Spray. HEX triplet: 7C, DB and DB. RGB value is (124,219,219). Sum of RGB (Red+Green+Blue) = 124+219+219=562 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.06% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #7CDBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDBDB is #832424. Grayscale: #BEBEBE. Windows color (decimal): -8594469 or 14408572. OLE color: 14408572.
HSL color Cylindrical-coordinate representation of color #7CDBDB: hue angle of 180º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDBDB is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 219 | - |
| CMYK | 0.43 | 0 | 0 | 0.14 |
| HSL | 180º | 0.57% | 0.67% | - |
| HSV(B) | 180º | 0.43% | 0.86% | - |
| XYZ | 46.43 | 60.06 | 76.16 | - |
| YUV | 190.6 | 144.03 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 219 | 0.43 | 0 | 0 | 0.14 | 180 | 0.57 | 0.67 |
| Hex | 7C | DB | DB | 2B | 0 | 0 | E | B4 | 39 | 43 |
| Octal | 174 | 333 | 333 | 53 | 0 | 0 | 16 | 264 | 71 | 103 |
| Binary | 1111100 | 11011011 | 11011011 | 101011 | 0 | 0 | 1110 | 10110100 | 111001 | 1000011 |
Color Harmonies of #7CDBDB
Complementary color
Monochromatic Colors of #7CDBDB
Black with #7CDBDB
Text Example
Text Example
White with #7CDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDBDB; }
p { color: rgb(124,219,219); }
H1.HeaderClassName
{
color: #7CDBDB;
}
.AnyTagClassName
{
color: #7CDBDB;
}
</style>
background-color css
<style>
a { background-color: #7CDBDB; }
a { background-color: rgb(124,219,219); }
div.DivClassName
{
background-color: #7CDBDB;
}
.BgClassName
{
background-color: #7CDBDB;
}
</style>
border-color css
<style>
span { border-color: #7CDBDB; }
span { border-color: rgb(124,219,219); }
td.TdClassName
{
border-color: #7CDBDB;
}
.TagClassName
{
border-color: #7CDBDB;
}
</style>