#7BFEFA

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

Shades of Electric Blue #7BFEFA

Tints of Electric Blue #7BFEFA

Color information

#7BFEFA (or 0x7BFEFA) is unknown color: approx Electric Blue. HEX triplet: 7B, FE and FA. RGB value is (123,254,250). Sum of RGB (Red+Green+Blue) = 123+254+250=627 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.62% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEFA is #840105. Grayscale: #D6D6D6. Windows color (decimal): -8651014 or 16449147. OLE color: 16449147.

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

Color convert

RGB123254250-
CMYK0.5200.020.00
HSL178.17º98.5%73.92%-
HSV(B)178.17º51.57%99.61%-
XYZ60.8782103.06-
YUV214.38148.162.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 19.62%
GREEN value IS 254 (99.61% from 255) = 40.51%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=19.62%
G=40.51%
B=39.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1232542500.5200.020.00178.1798.573.92
Hex7BFEFA34020b2624a
Octal17337637264020262142112
Binary1111011111111101111101011010001001011001011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,254,250); }

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

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

 a { background-color: rgb(123,254,250); }

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

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

 span { border-color: rgb(123,254,250); }

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