#7BEFEA

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

Shades of Electric Blue #7BEFEA

Tints of Electric Blue #7BEFEA

Color information

#7BEFEA (or 0x7BEFEA) is unknown color: approx Electric Blue. HEX triplet: 7B, EF and EA. RGB value is (123,239,234). Sum of RGB (Red+Green+Blue) = 123+239+234=596 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.64% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEFEA is #841015. Grayscale: #CBCBCB. Windows color (decimal): -8654870 or 15396731. OLE color: 15396731.

HSL color Cylindrical-coordinate representation of color #7BEFEA: hue angle of 177.41º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEFEA is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB123239234-
CMYK0.4900.020.06
HSL177.41º78.38%70.98%-
HSV(B)177.41º48.54%93.73%-
XYZ53.8971.8888.88-
YUV203.75145.0770.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.64%
GREEN value IS 239 (93.75% from 255) = 40.10%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=20.64%
G=40.10%
B=39.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232392340.4900.020.06177.4178.3870.98
Hex7BEFEA31026b14e47
Octal17335735261026261116107
Binary111101111101111111010101100010101101011000110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,239,234); }

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

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

 a { background-color: rgb(123,239,234); }

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

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

 span { border-color: rgb(123,239,234); }

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