#7AEEEB

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

Shades of Electric Blue #7AEEEB

Tints of Electric Blue #7AEEEB

Color information

#7AEEEB (or 0x7AEEEB) is unknown color: approx Electric Blue. HEX triplet: 7A, EE and EB. RGB value is (122,238,235). Sum of RGB (Red+Green+Blue) = 122+238+235=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEEEB is #851114. Grayscale: #CACACA. Windows color (decimal): -8720661 or 15462010. OLE color: 15462010.

HSL color Cylindrical-coordinate representation of color #7AEEEB: hue angle of 178.45º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEEEB is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB122238235-
CMYK0.4900.010.07
HSL178.45º77.33%70.59%-
HSV(B)178.45º48.74%93.33%-
XYZ53.671.2889.53-
YUV202.97146.0770.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.50%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=20.50%
G=40%
B=39.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222382350.4900.010.07178.4577.3370.59
Hex7AEEEB31017b24d47
Octal17235635361017262115107
Binary11110101110111011101011110001011111011001010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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