Shades of Spray #7BC5DA
Tints of Spray #7BC5DA
RGB
CMYK
RGB Variations
Color information
#7BC5DA (or 0x7BC5DA) is known color: Spray. HEX triplet: 7B, C5 and DA. RGB value is (123,197,218). Sum of RGB (Red+Green+Blue) = 123+197+218=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BC5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC5DA is #843A25. Grayscale: #B1B1B1. Windows color (decimal): -8665638 or 14337403. OLE color: 14337403.
HSL color Cylindrical-coordinate representation of color #7BC5DA: hue angle of 193.26º 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 #7BC5DA is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 197 | 218 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.15 |
| HSL | 193.26º | 0.56% | 0.67% | - |
| HSV(B) | 193.26º | 0.44% | 0.85% | - |
| XYZ | 40.79 | 49.21 | 73.68 | - |
| YUV | 177.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 197 | 218 | 0.44 | 0.10 | 0 | 0.15 | 193.26 | 0.56 | 0.67 |
| Hex | 7B | C5 | DA | 2C | A | 0 | F | C1 | 38 | 43 |
| Octal | 173 | 305 | 332 | 54 | 12 | 0 | 17 | 301 | 70 | 103 |
| Binary | 1111011 | 11000101 | 11011010 | 101100 | 1010 | 0 | 1111 | 11000001 | 111000 | 1000011 |
Color Harmonies of #7BC5DA
Complementary color
Monochromatic Colors of #7BC5DA
Black with #7BC5DA
Text Example
Text Example
White with #7BC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC5DA; }
p { color: rgb(123,197,218); }
H1.HeaderClassName
{
color: #7BC5DA;
}
.AnyTagClassName
{
color: #7BC5DA;
}
</style>
background-color css
<style>
a { background-color: #7BC5DA; }
a { background-color: rgb(123,197,218); }
div.DivClassName
{
background-color: #7BC5DA;
}
.BgClassName
{
background-color: #7BC5DA;
}
</style>
border-color css
<style>
span { border-color: #7BC5DA; }
span { border-color: rgb(123,197,218); }
td.TdClassName
{
border-color: #7BC5DA;
}
.TagClassName
{
border-color: #7BC5DA;
}
</style>