Shades of Spray #7BCBDD
Tints of Spray #7BCBDD
RGB
CMYK
RGB Variations
Color information
#7BCBDD (or 0x7BCBDD) is known color: Spray. HEX triplet: 7B, CB and DD. RGB value is (123,203,221). Sum of RGB (Red+Green+Blue) = 123+203+221=547 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.49% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BCBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBDD is #843422. Grayscale: #B4B4B4. Windows color (decimal): -8664099 or 14535547. OLE color: 14535547.
HSL color Cylindrical-coordinate representation of color #7BCBDD: hue angle of 191.02º 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 #7BCBDD is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 203 | 221 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.13 |
| HSL | 191.02º | 0.59% | 0.67% | - |
| HSV(B) | 191.02º | 0.44% | 0.87% | - |
| XYZ | 42.58 | 52.14 | 76.23 | - |
| YUV | 181.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 221 | 0.44 | 0.08 | 0 | 0.13 | 191.02 | 0.59 | 0.67 |
| Hex | 7B | CB | DD | 2C | 8 | 0 | D | BF | 3B | 43 |
| Octal | 173 | 313 | 335 | 54 | 10 | 0 | 15 | 277 | 73 | 103 |
| Binary | 1111011 | 11001011 | 11011101 | 101100 | 1000 | 0 | 1101 | 10111111 | 111011 | 1000011 |
Color Harmonies of #7BCBDD
Complementary color
Monochromatic Colors of #7BCBDD
Black with #7BCBDD
Text Example
Text Example
White with #7BCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBDD; }
p { color: rgb(123,203,221); }
H1.HeaderClassName
{
color: #7BCBDD;
}
.AnyTagClassName
{
color: #7BCBDD;
}
</style>
background-color css
<style>
a { background-color: #7BCBDD; }
a { background-color: rgb(123,203,221); }
div.DivClassName
{
background-color: #7BCBDD;
}
.BgClassName
{
background-color: #7BCBDD;
}
</style>
border-color css
<style>
span { border-color: #7BCBDD; }
span { border-color: rgb(123,203,221); }
td.TdClassName
{
border-color: #7BCBDD;
}
.TagClassName
{
border-color: #7BCBDD;
}
</style>