Shades of Spray #7BCBDA
Tints of Spray #7BCBDA
RGB
CMYK
RGB Variations
Color information
#7BCBDA (or 0x7BCBDA) is known color: Spray. HEX triplet: 7B, CB and DA. RGB value is (123,203,218). Sum of RGB (Red+Green+Blue) = 123+203+218=544 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.61% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BCBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBDA is #843425. Grayscale: #B4B4B4. Windows color (decimal): -8664102 or 14338939. OLE color: 14338939.
HSL color Cylindrical-coordinate representation of color #7BCBDA: hue angle of 189.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BCBDA is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 203 | 218 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.15 |
| HSL | 189.47º | 0.56% | 0.67% | - |
| HSV(B) | 189.47º | 0.44% | 0.85% | - |
| XYZ | 42.18 | 51.98 | 74.14 | - |
| YUV | 180.79 | 149 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 218 | 0.44 | 0.07 | 0 | 0.15 | 189.47 | 0.56 | 0.67 |
| Hex | 7B | CB | DA | 2C | 7 | 0 | F | BD | 38 | 43 |
| Octal | 173 | 313 | 332 | 54 | 7 | 0 | 17 | 275 | 70 | 103 |
| Binary | 1111011 | 11001011 | 11011010 | 101100 | 111 | 0 | 1111 | 10111101 | 111000 | 1000011 |
Color Harmonies of #7BCBDA
Complementary color
Monochromatic Colors of #7BCBDA
Black with #7BCBDA
Text Example
Text Example
White with #7BCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBDA; }
p { color: rgb(123,203,218); }
H1.HeaderClassName
{
color: #7BCBDA;
}
.AnyTagClassName
{
color: #7BCBDA;
}
</style>
background-color css
<style>
a { background-color: #7BCBDA; }
a { background-color: rgb(123,203,218); }
div.DivClassName
{
background-color: #7BCBDA;
}
.BgClassName
{
background-color: #7BCBDA;
}
</style>
border-color css
<style>
span { border-color: #7BCBDA; }
span { border-color: rgb(123,203,218); }
td.TdClassName
{
border-color: #7BCBDA;
}
.TagClassName
{
border-color: #7BCBDA;
}
</style>