Shades of Spray #7BC1DD
Tints of Spray #7BC1DD
RGB
CMYK
RGB Variations
Color information
#7BC1DD (or 0x7BC1DD) is known color: Spray. HEX triplet: 7B, C1 and DD. RGB value is (123,193,221). Sum of RGB (Red+Green+Blue) = 123+193+221=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BC1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC1DD is #843E22. Grayscale: #AFAFAF. Windows color (decimal): -8666659 or 14532987. OLE color: 14532987.
HSL color Cylindrical-coordinate representation of color #7BC1DD: hue angle of 197.14º 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 #7BC1DD is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 193 | 221 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.13 |
| HSL | 197.14º | 0.59% | 0.67% | - |
| HSV(B) | 197.14º | 0.44% | 0.87% | - |
| XYZ | 40.29 | 47.57 | 75.47 | - |
| YUV | 175.26 | 153.81 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 221 | 0.44 | 0.13 | 0 | 0.13 | 197.14 | 0.59 | 0.67 |
| Hex | 7B | C1 | DD | 2C | D | 0 | D | C5 | 3B | 43 |
| Octal | 173 | 301 | 335 | 54 | 15 | 0 | 15 | 305 | 73 | 103 |
| Binary | 1111011 | 11000001 | 11011101 | 101100 | 1101 | 0 | 1101 | 11000101 | 111011 | 1000011 |
Color Harmonies of #7BC1DD
Complementary color
Monochromatic Colors of #7BC1DD
Black with #7BC1DD
Text Example
Text Example
White with #7BC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC1DD; }
p { color: rgb(123,193,221); }
H1.HeaderClassName
{
color: #7BC1DD;
}
.AnyTagClassName
{
color: #7BC1DD;
}
</style>
background-color css
<style>
a { background-color: #7BC1DD; }
a { background-color: rgb(123,193,221); }
div.DivClassName
{
background-color: #7BC1DD;
}
.BgClassName
{
background-color: #7BC1DD;
}
</style>
border-color css
<style>
span { border-color: #7BC1DD; }
span { border-color: rgb(123,193,221); }
td.TdClassName
{
border-color: #7BC1DD;
}
.TagClassName
{
border-color: #7BC1DD;
}
</style>