Shades of Spray #7BCCDD
Tints of Spray #7BCCDD
RGB
CMYK
RGB Variations
Color information
#7BCCDD (or 0x7BCCDD) is known color: Spray. HEX triplet: 7B, CC and DD. RGB value is (123,204,221). Sum of RGB (Red+Green+Blue) = 123+204+221=548 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.45% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BCCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCDD is #843322. Grayscale: #B5B5B5. Windows color (decimal): -8663843 or 14535803. OLE color: 14535803.
HSL color Cylindrical-coordinate representation of color #7BCCDD: hue angle of 190.41º 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 #7BCCDD is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 204 | 221 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.13 |
| HSL | 190.41º | 0.59% | 0.67% | - |
| HSV(B) | 190.41º | 0.44% | 0.87% | - |
| XYZ | 42.81 | 52.62 | 76.31 | - |
| YUV | 181.72 | 150.16 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 221 | 0.44 | 0.08 | 0 | 0.13 | 190.41 | 0.59 | 0.67 |
| Hex | 7B | CC | DD | 2C | 8 | 0 | D | BE | 3B | 43 |
| Octal | 173 | 314 | 335 | 54 | 10 | 0 | 15 | 276 | 73 | 103 |
| Binary | 1111011 | 11001100 | 11011101 | 101100 | 1000 | 0 | 1101 | 10111110 | 111011 | 1000011 |
Color Harmonies of #7BCCDD
Complementary color
Monochromatic Colors of #7BCCDD
Black with #7BCCDD
Text Example
Text Example
White with #7BCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCDD; }
p { color: rgb(123,204,221); }
H1.HeaderClassName
{
color: #7BCCDD;
}
.AnyTagClassName
{
color: #7BCCDD;
}
</style>
background-color css
<style>
a { background-color: #7BCCDD; }
a { background-color: rgb(123,204,221); }
div.DivClassName
{
background-color: #7BCCDD;
}
.BgClassName
{
background-color: #7BCCDD;
}
</style>
border-color css
<style>
span { border-color: #7BCCDD; }
span { border-color: rgb(123,204,221); }
td.TdClassName
{
border-color: #7BCCDD;
}
.TagClassName
{
border-color: #7BCCDD;
}
</style>