Shades of Spray #7BCCE5
Tints of Spray #7BCCE5
RGB
CMYK
RGB Variations
Color information
#7BCCE5 (or 0x7BCCE5) is known color: Spray. HEX triplet: 7B, CC and E5. RGB value is (123,204,229). Sum of RGB (Red+Green+Blue) = 123+204+229=556 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.12% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #7BCCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCE5 is #84331A. Grayscale: #B6B6B6. Windows color (decimal): -8663835 or 15060091. OLE color: 15060091.
HSL color Cylindrical-coordinate representation of color #7BCCE5: hue angle of 194.15º 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 #7BCCE5 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 123 | 204 | 229 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.10 |
| HSL | 194.15º | 0.67% | 0.69% | - |
| HSV(B) | 194.15º | 0.46% | 0.9% | - |
| XYZ | 43.9 | 53.05 | 82.06 | - |
| YUV | 182.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 229 | 0.46 | 0.11 | 0 | 0.10 | 194.15 | 0.67 | 0.69 |
| Hex | 7B | CC | E5 | 2E | B | 0 | A | C2 | 43 | 45 |
| Octal | 173 | 314 | 345 | 56 | 13 | 0 | 12 | 302 | 103 | 105 |
| Binary | 1111011 | 11001100 | 11100101 | 101110 | 1011 | 0 | 1010 | 11000010 | 1000011 | 1000101 |
Color Harmonies of #7BCCE5
Complementary color
Monochromatic Colors of #7BCCE5
Black with #7BCCE5
Text Example
Text Example
White with #7BCCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCE5; }
p { color: rgb(123,204,229); }
H1.HeaderClassName
{
color: #7BCCE5;
}
.AnyTagClassName
{
color: #7BCCE5;
}
</style>
background-color css
<style>
a { background-color: #7BCCE5; }
a { background-color: rgb(123,204,229); }
div.DivClassName
{
background-color: #7BCCE5;
}
.BgClassName
{
background-color: #7BCCE5;
}
</style>
border-color css
<style>
span { border-color: #7BCCE5; }
span { border-color: rgb(123,204,229); }
td.TdClassName
{
border-color: #7BCCE5;
}
.TagClassName
{
border-color: #7BCCE5;
}
</style>