Shades of Electric Blue #7BECFD
Tints of Electric Blue #7BECFD
RGB
CMYK
RGB Variations
Color information
#7BECFD (or 0x7BECFD) is known color: Electric Blue. HEX triplet: 7B, EC and FD. RGB value is (123,236,253). Sum of RGB (Red+Green+Blue) = 123+236+253=612 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.10% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BECFD is #841302. Grayscale: #CBCBCB. Windows color (decimal): -8655619 or 16641147. OLE color: 16641147.
HSL color Cylindrical-coordinate representation of color #7BECFD: hue angle of 187.85º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BECFD is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 236 | 253 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.01 |
| HSL | 187.85º | 0.97% | 0.74% | - |
| HSV(B) | 187.85º | 0.51% | 0.99% | - |
| XYZ | 55.89 | 71.29 | 103.74 | - |
| YUV | 204.15 | 155.56 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 236 | 253 | 0.51 | 0.07 | 0 | 0.01 | 187.85 | 0.97 | 0.74 |
| Hex | 7B | EC | FD | 33 | 7 | 0 | 1 | BC | 61 | 4A |
| Octal | 173 | 354 | 375 | 63 | 7 | 0 | 1 | 274 | 141 | 112 |
| Binary | 1111011 | 11101100 | 11111101 | 110011 | 111 | 0 | 1 | 10111100 | 1100001 | 1001010 |
Color Harmonies of #7BECFD
Complementary color
Monochromatic Colors of #7BECFD
Black with #7BECFD
Text Example
Text Example
White with #7BECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BECFD; }
p { color: rgb(123,236,253); }
H1.HeaderClassName
{
color: #7BECFD;
}
.AnyTagClassName
{
color: #7BECFD;
}
</style>
background-color css
<style>
a { background-color: #7BECFD; }
a { background-color: rgb(123,236,253); }
div.DivClassName
{
background-color: #7BECFD;
}
.BgClassName
{
background-color: #7BECFD;
}
</style>
border-color css
<style>
span { border-color: #7BECFD; }
span { border-color: rgb(123,236,253); }
td.TdClassName
{
border-color: #7BECFD;
}
.TagClassName
{
border-color: #7BECFD;
}
</style>