#7AEBF7

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

Shades of Electric Blue #7AEBF7

Tints of Electric Blue #7AEBF7

Color information

#7AEBF7 (or 0x7AEBF7) is unknown color: approx Electric Blue. HEX triplet: 7A, EB and F7. RGB value is (122,235,247). Sum of RGB (Red+Green+Blue) = 122+235+247=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 247 - color contains mainly: blue. Hex color #7AEBF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEBF7 is #851408. Grayscale: #CACACA. Windows color (decimal): -8721417 or 16247674. OLE color: 16247674.

HSL color Cylindrical-coordinate representation of color #7AEBF7: hue angle of 185.76º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AEBF7 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB122235247-
CMYK0.510.0500.03
HSL185.76º88.65%72.35%-
HSV(B)185.76º50.61%96.86%-
XYZ54.5270.2798.69-
YUV202.58153.0670.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.20%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 247 (96.88% from 255) = 40.89%
R=20.20%
G=38.91%
B=40.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222352470.510.0500.03185.7688.6572.35
Hex7AEBF733503ba5948
Octal17235336763503272131110
Binary111101011101011111101111100111010111011101010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,235,247); }

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

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

 a { background-color: rgb(122,235,247); }

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

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

 span { border-color: rgb(122,235,247); }

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