Shades of Spray #7BCBDF
Tints of Spray #7BCBDF
RGB
CMYK
RGB Variations
Color information
#7BCBDF (or 0x7BCBDF) is known color: Spray. HEX triplet: 7B, CB and DF. RGB value is (123,203,223). Sum of RGB (Red+Green+Blue) = 123+203+223=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BCBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBDF is #843420. Grayscale: #B5B5B5. Windows color (decimal): -8664097 or 14666619. OLE color: 14666619.
HSL color Cylindrical-coordinate representation of color #7BCBDF: hue angle of 192º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BCBDF is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 203 | 223 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.13 |
| HSL | 192º | 0.61% | 0.68% | - |
| HSV(B) | 192º | 0.45% | 0.87% | - |
| XYZ | 42.84 | 52.25 | 77.64 | - |
| YUV | 181.36 | 151.5 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 223 | 0.45 | 0.09 | 0 | 0.13 | 192 | 0.61 | 0.68 |
| Hex | 7B | CB | DF | 2D | 9 | 0 | D | C0 | 3D | 44 |
| Octal | 173 | 313 | 337 | 55 | 11 | 0 | 15 | 300 | 75 | 104 |
| Binary | 1111011 | 11001011 | 11011111 | 101101 | 1001 | 0 | 1101 | 11000000 | 111101 | 1000100 |
Color Harmonies of #7BCBDF
Complementary color
Monochromatic Colors of #7BCBDF
Black with #7BCBDF
Text Example
Text Example
White with #7BCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBDF; }
p { color: rgb(123,203,223); }
H1.HeaderClassName
{
color: #7BCBDF;
}
.AnyTagClassName
{
color: #7BCBDF;
}
</style>
background-color css
<style>
a { background-color: #7BCBDF; }
a { background-color: rgb(123,203,223); }
div.DivClassName
{
background-color: #7BCBDF;
}
.BgClassName
{
background-color: #7BCBDF;
}
</style>
border-color css
<style>
span { border-color: #7BCBDF; }
span { border-color: rgb(123,203,223); }
td.TdClassName
{
border-color: #7BCBDF;
}
.TagClassName
{
border-color: #7BCBDF;
}
</style>