Shades of Electric Blue #7BFCED
Tints of Electric Blue #7BFCED
RGB
CMYK
RGB Variations
Color information
#7BFCED (or 0x7BFCED) is known color: Electric Blue. HEX triplet: 7B, FC and ED. RGB value is (123,252,237). Sum of RGB (Red+Green+Blue) = 123+252+237=612 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.10% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFCED is #840312. Grayscale: #D3D3D3. Windows color (decimal): -8651539 or 15596667. OLE color: 15596667.
HSL color Cylindrical-coordinate representation of color #7BFCED: hue angle of 173.02º degrees, saturation: 0.96, 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 #7BFCED is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 237 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.01 |
| HSL | 173.02º | 0.96% | 0.74% | - |
| HSV(B) | 173.02º | 0.51% | 0.99% | - |
| XYZ | 58.26 | 79.95 | 92.48 | - |
| YUV | 211.72 | 142.26 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 237 | 0.51 | 0 | 0.06 | 0.01 | 173.02 | 0.96 | 0.74 |
| Hex | 7B | FC | ED | 33 | 0 | 6 | 1 | AD | 60 | 4A |
| Octal | 173 | 374 | 355 | 63 | 0 | 6 | 1 | 255 | 140 | 112 |
| Binary | 1111011 | 11111100 | 11101101 | 110011 | 0 | 110 | 1 | 10101101 | 1100000 | 1001010 |
Color Harmonies of #7BFCED
Complementary color
Monochromatic Colors of #7BFCED
Black with #7BFCED
Text Example
Text Example
White with #7BFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCED; }
p { color: rgb(123,252,237); }
H1.HeaderClassName
{
color: #7BFCED;
}
.AnyTagClassName
{
color: #7BFCED;
}
</style>
background-color css
<style>
a { background-color: #7BFCED; }
a { background-color: rgb(123,252,237); }
div.DivClassName
{
background-color: #7BFCED;
}
.BgClassName
{
background-color: #7BFCED;
}
</style>
border-color css
<style>
span { border-color: #7BFCED; }
span { border-color: rgb(123,252,237); }
td.TdClassName
{
border-color: #7BFCED;
}
.TagClassName
{
border-color: #7BFCED;
}
</style>