Shades of Electric Blue #7BF1FE
Tints of Electric Blue #7BF1FE
RGB
CMYK
RGB Variations
Color information
#7BF1FE (or 0x7BF1FE) is known color: Electric Blue. HEX triplet: 7B, F1 and FE. RGB value is (123,241,254). Sum of RGB (Red+Green+Blue) = 123+241+254=618 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.90% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BF1FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF1FE is #840E01. Grayscale: #CFCFCF. Windows color (decimal): -8654338 or 16707963. OLE color: 16707963.
HSL color Cylindrical-coordinate representation of color #7BF1FE: hue angle of 185.95º 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 #7BF1FE is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 241 | 254 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.00 |
| HSL | 185.95º | 0.98% | 0.74% | - |
| HSV(B) | 185.95º | 0.52% | 1% | - |
| XYZ | 57.51 | 74.28 | 105.07 | - |
| YUV | 207.2 | 154.41 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 241 | 254 | 0.52 | 0.05 | 0 | 0.00 | 185.95 | 0.98 | 0.74 |
| Hex | 7B | F1 | FE | 34 | 5 | 0 | 0 | BA | 62 | 4A |
| Octal | 173 | 361 | 376 | 64 | 5 | 0 | 0 | 272 | 142 | 112 |
| Binary | 1111011 | 11110001 | 11111110 | 110100 | 101 | 0 | 0 | 10111010 | 1100010 | 1001010 |
Color Harmonies of #7BF1FE
Complementary color
Monochromatic Colors of #7BF1FE
Black with #7BF1FE
Text Example
Text Example
White with #7BF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF1FE; }
p { color: rgb(123,241,254); }
H1.HeaderClassName
{
color: #7BF1FE;
}
.AnyTagClassName
{
color: #7BF1FE;
}
</style>
background-color css
<style>
a { background-color: #7BF1FE; }
a { background-color: rgb(123,241,254); }
div.DivClassName
{
background-color: #7BF1FE;
}
.BgClassName
{
background-color: #7BF1FE;
}
</style>
border-color css
<style>
span { border-color: #7BF1FE; }
span { border-color: rgb(123,241,254); }
td.TdClassName
{
border-color: #7BF1FE;
}
.TagClassName
{
border-color: #7BF1FE;
}
</style>