Shades of Electric Blue #7BF8FE
Tints of Electric Blue #7BF8FE
RGB
CMYK
RGB Variations
Color information
#7BF8FE (or 0x7BF8FE) is known color: Electric Blue. HEX triplet: 7B, F8 and FE. RGB value is (123,248,254). Sum of RGB (Red+Green+Blue) = 123+248+254=625 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.68% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BF8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF8FE is #840701. Grayscale: #D3D3D3. Windows color (decimal): -8652546 or 16709755. OLE color: 16709755.
HSL color Cylindrical-coordinate representation of color #7BF8FE: hue angle of 182.75º 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 #7BF8FE is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 248 | 254 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.00 |
| HSL | 182.75º | 0.98% | 0.74% | - |
| HSV(B) | 182.75º | 0.52% | 1% | - |
| XYZ | 59.63 | 78.5 | 105.78 | - |
| YUV | 211.31 | 152.09 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 248 | 254 | 0.52 | 0.02 | 0 | 0.00 | 182.75 | 0.98 | 0.74 |
| Hex | 7B | F8 | FE | 34 | 2 | 0 | 0 | B7 | 62 | 4A |
| Octal | 173 | 370 | 376 | 64 | 2 | 0 | 0 | 267 | 142 | 112 |
| Binary | 1111011 | 11111000 | 11111110 | 110100 | 10 | 0 | 0 | 10110111 | 1100010 | 1001010 |
Color Harmonies of #7BF8FE
Complementary color
Monochromatic Colors of #7BF8FE
Black with #7BF8FE
Text Example
Text Example
White with #7BF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF8FE; }
p { color: rgb(123,248,254); }
H1.HeaderClassName
{
color: #7BF8FE;
}
.AnyTagClassName
{
color: #7BF8FE;
}
</style>
background-color css
<style>
a { background-color: #7BF8FE; }
a { background-color: rgb(123,248,254); }
div.DivClassName
{
background-color: #7BF8FE;
}
.BgClassName
{
background-color: #7BF8FE;
}
</style>
border-color css
<style>
span { border-color: #7BF8FE; }
span { border-color: rgb(123,248,254); }
td.TdClassName
{
border-color: #7BF8FE;
}
.TagClassName
{
border-color: #7BF8FE;
}
</style>