Shades of Spray #7BD8DD
Tints of Spray #7BD8DD
RGB
CMYK
RGB Variations
Color information
#7BD8DD (or 0x7BD8DD) is known color: Spray. HEX triplet: 7B, D8 and DD. RGB value is (123,216,221). Sum of RGB (Red+Green+Blue) = 123+216+221=560 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.96% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BD8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD8DD is #842722. Grayscale: #BCBCBC. Windows color (decimal): -8660771 or 14538875. OLE color: 14538875.
HSL color Cylindrical-coordinate representation of color #7BD8DD: hue angle of 183.06º 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 #7BD8DD is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 216 | 221 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.13 |
| HSL | 183.06º | 0.59% | 0.67% | - |
| HSV(B) | 183.06º | 0.44% | 0.87% | - |
| XYZ | 45.78 | 58.54 | 77.29 | - |
| YUV | 188.76 | 146.19 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 216 | 221 | 0.44 | 0.02 | 0 | 0.13 | 183.06 | 0.59 | 0.67 |
| Hex | 7B | D8 | DD | 2C | 2 | 0 | D | B7 | 3B | 43 |
| Octal | 173 | 330 | 335 | 54 | 2 | 0 | 15 | 267 | 73 | 103 |
| Binary | 1111011 | 11011000 | 11011101 | 101100 | 10 | 0 | 1101 | 10110111 | 111011 | 1000011 |
Color Harmonies of #7BD8DD
Complementary color
Monochromatic Colors of #7BD8DD
Black with #7BD8DD
Text Example
Text Example
White with #7BD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD8DD; }
p { color: rgb(123,216,221); }
H1.HeaderClassName
{
color: #7BD8DD;
}
.AnyTagClassName
{
color: #7BD8DD;
}
</style>
background-color css
<style>
a { background-color: #7BD8DD; }
a { background-color: rgb(123,216,221); }
div.DivClassName
{
background-color: #7BD8DD;
}
.BgClassName
{
background-color: #7BD8DD;
}
</style>
border-color css
<style>
span { border-color: #7BD8DD; }
span { border-color: rgb(123,216,221); }
td.TdClassName
{
border-color: #7BD8DD;
}
.TagClassName
{
border-color: #7BD8DD;
}
</style>