Shades of Spray #7BCADD
Tints of Spray #7BCADD
RGB
CMYK
RGB Variations
Color information
#7BCADD (or 0x7BCADD) is known color: Spray. HEX triplet: 7B, CA and DD. RGB value is (123,202,221). Sum of RGB (Red+Green+Blue) = 123+202+221=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BCADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCADD is #843522. Grayscale: #B4B4B4. Windows color (decimal): -8664355 or 14535291. OLE color: 14535291.
HSL color Cylindrical-coordinate representation of color #7BCADD: hue angle of 191.63º 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 #7BCADD is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 202 | 221 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.13 |
| HSL | 191.63º | 0.59% | 0.67% | - |
| HSV(B) | 191.63º | 0.44% | 0.87% | - |
| XYZ | 42.34 | 51.67 | 76.15 | - |
| YUV | 180.55 | 150.83 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 221 | 0.44 | 0.09 | 0 | 0.13 | 191.63 | 0.59 | 0.67 |
| Hex | 7B | CA | DD | 2C | 9 | 0 | D | C0 | 3B | 43 |
| Octal | 173 | 312 | 335 | 54 | 11 | 0 | 15 | 300 | 73 | 103 |
| Binary | 1111011 | 11001010 | 11011101 | 101100 | 1001 | 0 | 1101 | 11000000 | 111011 | 1000011 |
Color Harmonies of #7BCADD
Complementary color
Monochromatic Colors of #7BCADD
Black with #7BCADD
Text Example
Text Example
White with #7BCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCADD; }
p { color: rgb(123,202,221); }
H1.HeaderClassName
{
color: #7BCADD;
}
.AnyTagClassName
{
color: #7BCADD;
}
</style>
background-color css
<style>
a { background-color: #7BCADD; }
a { background-color: rgb(123,202,221); }
div.DivClassName
{
background-color: #7BCADD;
}
.BgClassName
{
background-color: #7BCADD;
}
</style>
border-color css
<style>
span { border-color: #7BCADD; }
span { border-color: rgb(123,202,221); }
td.TdClassName
{
border-color: #7BCADD;
}
.TagClassName
{
border-color: #7BCADD;
}
</style>