Shades of Electric Blue #7BEBFE
Tints of Electric Blue #7BEBFE
RGB
CMYK
RGB Variations
Color information
#7BEBFE (or 0x7BEBFE) is known color: Electric Blue. HEX triplet: 7B, EB and FE. RGB value is (123,235,254). Sum of RGB (Red+Green+Blue) = 123+235+254=612 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.10% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BEBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEBFE is #841401. Grayscale: #CBCBCB. Windows color (decimal): -8655874 or 16706427. OLE color: 16706427.
HSL color Cylindrical-coordinate representation of color #7BEBFE: hue angle of 188.7º 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 #7BEBFE is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 235 | 254 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.00 |
| HSL | 188.7º | 0.98% | 0.74% | - |
| HSV(B) | 188.7º | 0.52% | 1% | - |
| XYZ | 55.77 | 70.78 | 104.49 | - |
| YUV | 203.68 | 156.39 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 235 | 254 | 0.52 | 0.07 | 0 | 0.00 | 188.7 | 0.98 | 0.74 |
| Hex | 7B | EB | FE | 34 | 7 | 0 | 0 | BD | 62 | 4A |
| Octal | 173 | 353 | 376 | 64 | 7 | 0 | 0 | 275 | 142 | 112 |
| Binary | 1111011 | 11101011 | 11111110 | 110100 | 111 | 0 | 0 | 10111101 | 1100010 | 1001010 |
Color Harmonies of #7BEBFE
Complementary color
Monochromatic Colors of #7BEBFE
Black with #7BEBFE
Text Example
Text Example
White with #7BEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEBFE; }
p { color: rgb(123,235,254); }
H1.HeaderClassName
{
color: #7BEBFE;
}
.AnyTagClassName
{
color: #7BEBFE;
}
</style>
background-color css
<style>
a { background-color: #7BEBFE; }
a { background-color: rgb(123,235,254); }
div.DivClassName
{
background-color: #7BEBFE;
}
.BgClassName
{
background-color: #7BEBFE;
}
</style>
border-color css
<style>
span { border-color: #7BEBFE; }
span { border-color: rgb(123,235,254); }
td.TdClassName
{
border-color: #7BEBFE;
}
.TagClassName
{
border-color: #7BEBFE;
}
</style>