#7BEFEB

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

Shades of Electric Blue #7BEFEB

Tints of Electric Blue #7BEFEB

Color information

#7BEFEB (or 0x7BEFEB) is unknown color: approx Electric Blue. HEX triplet: 7B, EF and EB. RGB value is (123,239,235). Sum of RGB (Red+Green+Blue) = 123+239+235=597 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.60% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEFEB is #841014. Grayscale: #CBCBCB. Windows color (decimal): -8654869 or 15462267. OLE color: 15462267.

HSL color Cylindrical-coordinate representation of color #7BEFEB: hue angle of 177.93º 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 #7BEFEB is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB123239235-
CMYK0.4900.020.06
HSL177.93º78.38%70.98%-
HSV(B)177.93º48.54%93.73%-
XYZ54.0371.9489.64-
YUV203.86145.5770.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.60%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=20.60%
G=40.03%
B=39.36%

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
Decimal1232392350.4900.020.06177.9378.3870.98
Hex7BEFEB31026b24e47
Octal17335735361026262116107
Binary111101111101111111010111100010101101011001010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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