Shades of Spray #7BCFE5
Tints of Spray #7BCFE5
RGB
CMYK
RGB Variations
Color information
#7BCFE5 (or 0x7BCFE5) is known color: Spray. HEX triplet: 7B, CF and E5. RGB value is (123,207,229). Sum of RGB (Red+Green+Blue) = 123+207+229=559 (74% of max value = 765). Red value is 123 (48.44% from 255 or 22.00% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #7BCFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFE5 is #84301A. Grayscale: #B8B8B8. Windows color (decimal): -8663067 or 15060859. OLE color: 15060859.
HSL color Cylindrical-coordinate representation of color #7BCFE5: hue angle of 192.45º 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 #7BCFE5 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 123 | 207 | 229 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.10 |
| HSL | 192.45º | 0.67% | 0.69% | - |
| HSV(B) | 192.45º | 0.46% | 0.9% | - |
| XYZ | 44.62 | 54.49 | 82.3 | - |
| YUV | 184.39 | 153.17 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 229 | 0.46 | 0.10 | 0 | 0.10 | 192.45 | 0.67 | 0.69 |
| Hex | 7B | CF | E5 | 2E | A | 0 | A | C0 | 43 | 45 |
| Octal | 173 | 317 | 345 | 56 | 12 | 0 | 12 | 300 | 103 | 105 |
| Binary | 1111011 | 11001111 | 11100101 | 101110 | 1010 | 0 | 1010 | 11000000 | 1000011 | 1000101 |
Color Harmonies of #7BCFE5
Complementary color
Monochromatic Colors of #7BCFE5
Black with #7BCFE5
Text Example
Text Example
White with #7BCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFE5; }
p { color: rgb(123,207,229); }
H1.HeaderClassName
{
color: #7BCFE5;
}
.AnyTagClassName
{
color: #7BCFE5;
}
</style>
background-color css
<style>
a { background-color: #7BCFE5; }
a { background-color: rgb(123,207,229); }
div.DivClassName
{
background-color: #7BCFE5;
}
.BgClassName
{
background-color: #7BCFE5;
}
</style>
border-color css
<style>
span { border-color: #7BCFE5; }
span { border-color: rgb(123,207,229); }
td.TdClassName
{
border-color: #7BCFE5;
}
.TagClassName
{
border-color: #7BCFE5;
}
</style>