#7BFFF2

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

Shades of Electric Blue #7BFFF2

Tints of Electric Blue #7BFFF2

Color information

#7BFFF2 (or 0x7BFFF2) is unknown color: approx Electric Blue. HEX triplet: 7B, FF and F2. RGB value is (123,255,242). Sum of RGB (Red+Green+Blue) = 123+255+242=620 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.84% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFF2 is #84000D. Grayscale: #D5D5D5. Windows color (decimal): -8650766 or 15925115. OLE color: 15925115.

HSL color Cylindrical-coordinate representation of color #7BFFF2: hue angle of 174.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFF2 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB123255242-
CMYK0.5200.050
HSL174.09º100%74.12%-
HSV(B)174.09º51.76%100%-
XYZ59.9682.1496.7-
YUV214.05143.7763.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 19.84%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 242 (94.92% from 255) = 39.03%
R=19.84%
G=41.13%
B=39.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1232552420.5200.050174.0910074.12
Hex7BFFF234050ae644a
Octal17337736264050256144112
Binary11110111111111111110010110100010101010111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,255,242); }

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

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

 a { background-color: rgb(123,255,242); }

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

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

 span { border-color: rgb(123,255,242); }

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