Shades of Electric Blue #7BE9FE
Tints of Electric Blue #7BE9FE
RGB
CMYK
RGB Variations
Color information
#7BE9FE (or 0x7BE9FE) is known color: Electric Blue. HEX triplet: 7B, E9 and FE. RGB value is (123,233,254). Sum of RGB (Red+Green+Blue) = 123+233+254=610 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.16% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BE9FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BE9FE is #841601. Grayscale: #CACACA. Windows color (decimal): -8656386 or 16705915. OLE color: 16705915.
HSL color Cylindrical-coordinate representation of color #7BE9FE: hue angle of 189.62º 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 #7BE9FE is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 233 | 254 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.00 |
| HSL | 189.62º | 0.98% | 0.74% | - |
| HSV(B) | 189.62º | 0.52% | 1% | - |
| XYZ | 55.2 | 69.64 | 104.3 | - |
| YUV | 202.5 | 157.06 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 233 | 254 | 0.52 | 0.08 | 0 | 0.00 | 189.62 | 0.98 | 0.74 |
| Hex | 7B | E9 | FE | 34 | 8 | 0 | 0 | BE | 62 | 4A |
| Octal | 173 | 351 | 376 | 64 | 10 | 0 | 0 | 276 | 142 | 112 |
| Binary | 1111011 | 11101001 | 11111110 | 110100 | 1000 | 0 | 0 | 10111110 | 1100010 | 1001010 |
Color Harmonies of #7BE9FE
Complementary color
Monochromatic Colors of #7BE9FE
Black with #7BE9FE
Text Example
Text Example
White with #7BE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE9FE; }
p { color: rgb(123,233,254); }
H1.HeaderClassName
{
color: #7BE9FE;
}
.AnyTagClassName
{
color: #7BE9FE;
}
</style>
background-color css
<style>
a { background-color: #7BE9FE; }
a { background-color: rgb(123,233,254); }
div.DivClassName
{
background-color: #7BE9FE;
}
.BgClassName
{
background-color: #7BE9FE;
}
</style>
border-color css
<style>
span { border-color: #7BE9FE; }
span { border-color: rgb(123,233,254); }
td.TdClassName
{
border-color: #7BE9FE;
}
.TagClassName
{
border-color: #7BE9FE;
}
</style>