Shades of Spray #7BCDDD
Tints of Spray #7BCDDD
RGB
CMYK
RGB Variations
Color information
#7BCDDD (or 0x7BCDDD) is known color: Spray. HEX triplet: 7B, CD and DD. RGB value is (123,205,221). Sum of RGB (Red+Green+Blue) = 123+205+221=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BCDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCDDD is #843222. Grayscale: #B6B6B6. Windows color (decimal): -8663587 or 14536059. OLE color: 14536059.
HSL color Cylindrical-coordinate representation of color #7BCDDD: hue angle of 189.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BCDDD is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 205 | 221 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.13 |
| HSL | 189.8º | 0.59% | 0.67% | - |
| HSV(B) | 189.8º | 0.44% | 0.87% | - |
| XYZ | 43.05 | 53.09 | 76.39 | - |
| YUV | 182.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 221 | 0.44 | 0.07 | 0 | 0.13 | 189.8 | 0.59 | 0.67 |
| Hex | 7B | CD | DD | 2C | 7 | 0 | D | BE | 3B | 43 |
| Octal | 173 | 315 | 335 | 54 | 7 | 0 | 15 | 276 | 73 | 103 |
| Binary | 1111011 | 11001101 | 11011101 | 101100 | 111 | 0 | 1101 | 10111110 | 111011 | 1000011 |
Color Harmonies of #7BCDDD
Complementary color
Monochromatic Colors of #7BCDDD
Black with #7BCDDD
Text Example
Text Example
White with #7BCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDDD; }
p { color: rgb(123,205,221); }
H1.HeaderClassName
{
color: #7BCDDD;
}
.AnyTagClassName
{
color: #7BCDDD;
}
</style>
background-color css
<style>
a { background-color: #7BCDDD; }
a { background-color: rgb(123,205,221); }
div.DivClassName
{
background-color: #7BCDDD;
}
.BgClassName
{
background-color: #7BCDDD;
}
</style>
border-color css
<style>
span { border-color: #7BCDDD; }
span { border-color: rgb(123,205,221); }
td.TdClassName
{
border-color: #7BCDDD;
}
.TagClassName
{
border-color: #7BCDDD;
}
</style>