Shades of Electric Blue #7BFCEF
Tints of Electric Blue #7BFCEF
RGB
CMYK
RGB Variations
Color information
#7BFCEF (or 0x7BFCEF) is known color: Electric Blue. HEX triplet: 7B, FC and EF. RGB value is (123,252,239). Sum of RGB (Red+Green+Blue) = 123+252+239=614 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.03% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFCEF is #840310. Grayscale: #D3D3D3. Windows color (decimal): -8651537 or 15727739. OLE color: 15727739.
HSL color Cylindrical-coordinate representation of color #7BFCEF: hue angle of 173.95º 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 #7BFCEF is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 239 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.01 |
| HSL | 173.95º | 0.96% | 0.74% | - |
| HSV(B) | 173.95º | 0.51% | 0.99% | - |
| XYZ | 58.56 | 80.06 | 94.03 | - |
| YUV | 211.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 239 | 0.51 | 0 | 0.05 | 0.01 | 173.95 | 0.96 | 0.74 |
| Hex | 7B | FC | EF | 33 | 0 | 5 | 1 | AE | 60 | 4A |
| Octal | 173 | 374 | 357 | 63 | 0 | 5 | 1 | 256 | 140 | 112 |
| Binary | 1111011 | 11111100 | 11101111 | 110011 | 0 | 101 | 1 | 10101110 | 1100000 | 1001010 |
Color Harmonies of #7BFCEF
Complementary color
Monochromatic Colors of #7BFCEF
Black with #7BFCEF
Text Example
Text Example
White with #7BFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCEF; }
p { color: rgb(123,252,239); }
H1.HeaderClassName
{
color: #7BFCEF;
}
.AnyTagClassName
{
color: #7BFCEF;
}
</style>
background-color css
<style>
a { background-color: #7BFCEF; }
a { background-color: rgb(123,252,239); }
div.DivClassName
{
background-color: #7BFCEF;
}
.BgClassName
{
background-color: #7BFCEF;
}
</style>
border-color css
<style>
span { border-color: #7BFCEF; }
span { border-color: rgb(123,252,239); }
td.TdClassName
{
border-color: #7BFCEF;
}
.TagClassName
{
border-color: #7BFCEF;
}
</style>