#7BF8F3

Color #7BF8F3 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7BF8F3

Tints of Electric Blue #7BF8F3

Color information

#7BF8F3 (or 0x7BF8F3) is unknown color: approx Electric Blue. HEX triplet: 7B, F8 and F3. RGB value is (123,248,243). Sum of RGB (Red+Green+Blue) = 123+248+243=614 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.03% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #7BF8F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF8F3 is #84070C. Grayscale: #D1D1D1. Windows color (decimal): -8652557 or 15988859. OLE color: 15988859.

HSL color Cylindrical-coordinate representation of color #7BF8F3: hue angle of 177.6º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF8F3 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB123248243-
CMYK0.5000.020.03
HSL177.6º89.93%72.75%-
HSV(B)177.6º50.4%97.25%-
XYZ57.9177.8296.76-
YUV210.06146.5965.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 20.03%
GREEN value IS 248 (97.27% from 255) = 40.39%
BLUE value IS 243 (95.31% from 255) = 39.58%
R=20.03%
G=40.39%
B=39.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1232482430.5000.020.03177.689.9372.75
Hex7BF8F332023b25a49
Octal17337036362023262132111
Binary11110111111100011110011110010010111011001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BF8F3; }

 p { color: rgb(123,248,243); }

 H1.HeaderClassName
 {
   color: #7BF8F3;
 }
 .AnyTagClassName
 {
   color: #7BF8F3;
 }
</style>
background-color css

<style>
 a { background-color: #7BF8F3; }

 a { background-color: rgb(123,248,243); }

 div.DivClassName
 {
   background-color: #7BF8F3;
 }
 .BgClassName
 {
   background-color: #7BF8F3;
 }
</style>
border-color css

<style>
 span { border-color: #7BF8F3; }

 span { border-color: rgb(123,248,243); }

 td.TdClassName
 {
   border-color: #7BF8F3;
 }
 .TagClassName
 {
   border-color: #7BF8F3;
 }
</style>