Shades of Electric Blue #7BFBFE
Tints of Electric Blue #7BFBFE
RGB
CMYK
RGB Variations
Color information
#7BFBFE (or 0x7BFBFE) is known color: Electric Blue. HEX triplet: 7B, FB and FE. RGB value is (123,251,254). Sum of RGB (Red+Green+Blue) = 123+251+254=628 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.59% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BFBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFBFE is #840401. Grayscale: #D4D4D4. Windows color (decimal): -8651778 or 16710523. OLE color: 16710523.
HSL color Cylindrical-coordinate representation of color #7BFBFE: hue angle of 181.37º 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 #7BFBFE is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 251 | 254 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.00 |
| HSL | 181.37º | 0.98% | 0.74% | - |
| HSV(B) | 181.37º | 0.52% | 1% | - |
| XYZ | 60.55 | 80.36 | 106.09 | - |
| YUV | 213.07 | 151.09 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 254 | 0.52 | 0.01 | 0 | 0.00 | 181.37 | 0.98 | 0.74 |
| Hex | 7B | FB | FE | 34 | 1 | 0 | 0 | B5 | 62 | 4A |
| Octal | 173 | 373 | 376 | 64 | 1 | 0 | 0 | 265 | 142 | 112 |
| Binary | 1111011 | 11111011 | 11111110 | 110100 | 1 | 0 | 0 | 10110101 | 1100010 | 1001010 |
Color Harmonies of #7BFBFE
Complementary color
Monochromatic Colors of #7BFBFE
Black with #7BFBFE
Text Example
Text Example
White with #7BFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFBFE; }
p { color: rgb(123,251,254); }
H1.HeaderClassName
{
color: #7BFBFE;
}
.AnyTagClassName
{
color: #7BFBFE;
}
</style>
background-color css
<style>
a { background-color: #7BFBFE; }
a { background-color: rgb(123,251,254); }
div.DivClassName
{
background-color: #7BFBFE;
}
.BgClassName
{
background-color: #7BFBFE;
}
</style>
border-color css
<style>
span { border-color: #7BFBFE; }
span { border-color: rgb(123,251,254); }
td.TdClassName
{
border-color: #7BFBFE;
}
.TagClassName
{
border-color: #7BFBFE;
}
</style>