Shades of Electric Blue #7BFEFA
Tints of Electric Blue #7BFEFA
RGB
CMYK
RGB Variations
Color information
#7BFEFA (or 0x7BFEFA) is known color: Electric Blue. HEX triplet: 7B, FE and FA. RGB value is (123,254,250). Sum of RGB (Red+Green+Blue) = 123+254+250=627 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.62% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEFA is #840105. Grayscale: #D6D6D6. Windows color (decimal): -8651014 or 16449147. OLE color: 16449147.
HSL color Cylindrical-coordinate representation of color #7BFEFA: hue angle of 178.17º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFEFA is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 250 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.00 |
| HSL | 178.17º | 0.98% | 0.74% | - |
| HSV(B) | 178.17º | 0.52% | 1% | - |
| XYZ | 60.87 | 82 | 103.06 | - |
| YUV | 214.38 | 148.1 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 250 | 0.52 | 0 | 0.02 | 0.00 | 178.17 | 0.98 | 0.74 |
| Hex | 7B | FE | FA | 34 | 0 | 2 | 0 | B2 | 62 | 4A |
| Octal | 173 | 376 | 372 | 64 | 0 | 2 | 0 | 262 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11111010 | 110100 | 0 | 10 | 0 | 10110010 | 1100010 | 1001010 |
Color Harmonies of #7BFEFA
Complementary color
Monochromatic Colors of #7BFEFA
Black with #7BFEFA
Text Example
Text Example
White with #7BFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEFA; }
p { color: rgb(123,254,250); }
H1.HeaderClassName
{
color: #7BFEFA;
}
.AnyTagClassName
{
color: #7BFEFA;
}
</style>
background-color css
<style>
a { background-color: #7BFEFA; }
a { background-color: rgb(123,254,250); }
div.DivClassName
{
background-color: #7BFEFA;
}
.BgClassName
{
background-color: #7BFEFA;
}
</style>
border-color css
<style>
span { border-color: #7BFEFA; }
span { border-color: rgb(123,254,250); }
td.TdClassName
{
border-color: #7BFEFA;
}
.TagClassName
{
border-color: #7BFEFA;
}
</style>