Shades of Spray #7BCEE5
Tints of Spray #7BCEE5
RGB
CMYK
RGB Variations
Color information
#7BCEE5 (or 0x7BCEE5) is known color: Spray. HEX triplet: 7B, CE and E5. RGB value is (123,206,229). Sum of RGB (Red+Green+Blue) = 123+206+229=558 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.04% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #7BCEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCEE5 is #84311A. Grayscale: #B7B7B7. Windows color (decimal): -8663323 or 15060603. OLE color: 15060603.
HSL color Cylindrical-coordinate representation of color #7BCEE5: hue angle of 193.02º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BCEE5 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 123 | 206 | 229 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.10 |
| HSL | 193.02º | 0.67% | 0.69% | - |
| HSV(B) | 193.02º | 0.46% | 0.9% | - |
| XYZ | 44.38 | 54.01 | 82.21 | - |
| YUV | 183.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 229 | 0.46 | 0.10 | 0 | 0.10 | 193.02 | 0.67 | 0.69 |
| Hex | 7B | CE | E5 | 2E | A | 0 | A | C1 | 43 | 45 |
| Octal | 173 | 316 | 345 | 56 | 12 | 0 | 12 | 301 | 103 | 105 |
| Binary | 1111011 | 11001110 | 11100101 | 101110 | 1010 | 0 | 1010 | 11000001 | 1000011 | 1000101 |
Color Harmonies of #7BCEE5
Complementary color
Monochromatic Colors of #7BCEE5
Black with #7BCEE5
Text Example
Text Example
White with #7BCEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCEE5; }
p { color: rgb(123,206,229); }
H1.HeaderClassName
{
color: #7BCEE5;
}
.AnyTagClassName
{
color: #7BCEE5;
}
</style>
background-color css
<style>
a { background-color: #7BCEE5; }
a { background-color: rgb(123,206,229); }
div.DivClassName
{
background-color: #7BCEE5;
}
.BgClassName
{
background-color: #7BCEE5;
}
</style>
border-color css
<style>
span { border-color: #7BCEE5; }
span { border-color: rgb(123,206,229); }
td.TdClassName
{
border-color: #7BCEE5;
}
.TagClassName
{
border-color: #7BCEE5;
}
</style>