Shades of Electric Blue #7BFDEC
Tints of Electric Blue #7BFDEC
RGB
CMYK
RGB Variations
Color information
#7BFDEC (or 0x7BFDEC) is known color: Electric Blue. HEX triplet: 7B, FD and EC. RGB value is (123,253,236). Sum of RGB (Red+Green+Blue) = 123+253+236=612 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.10% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFDEC is #840213. Grayscale: #D4D4D4. Windows color (decimal): -8651284 or 15531387. OLE color: 15531387.
HSL color Cylindrical-coordinate representation of color #7BFDEC: hue angle of 172.15º 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 #7BFDEC is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 253 | 236 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.01 |
| HSL | 172.15º | 0.97% | 0.74% | - |
| HSV(B) | 172.15º | 0.51% | 0.99% | - |
| XYZ | 58.43 | 80.52 | 91.82 | - |
| YUV | 212.19 | 141.43 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 253 | 236 | 0.51 | 0 | 0.07 | 0.01 | 172.15 | 0.97 | 0.74 |
| Hex | 7B | FD | EC | 33 | 0 | 7 | 1 | AC | 61 | 4A |
| Octal | 173 | 375 | 354 | 63 | 0 | 7 | 1 | 254 | 141 | 112 |
| Binary | 1111011 | 11111101 | 11101100 | 110011 | 0 | 111 | 1 | 10101100 | 1100001 | 1001010 |
Color Harmonies of #7BFDEC
Complementary color
Monochromatic Colors of #7BFDEC
Black with #7BFDEC
Text Example
Text Example
White with #7BFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFDEC; }
p { color: rgb(123,253,236); }
H1.HeaderClassName
{
color: #7BFDEC;
}
.AnyTagClassName
{
color: #7BFDEC;
}
</style>
background-color css
<style>
a { background-color: #7BFDEC; }
a { background-color: rgb(123,253,236); }
div.DivClassName
{
background-color: #7BFDEC;
}
.BgClassName
{
background-color: #7BFDEC;
}
</style>
border-color css
<style>
span { border-color: #7BFDEC; }
span { border-color: rgb(123,253,236); }
td.TdClassName
{
border-color: #7BFDEC;
}
.TagClassName
{
border-color: #7BFDEC;
}
</style>