#7AEAF2

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

Shades of Electric Blue #7AEAF2

Tints of Electric Blue #7AEAF2

Color information

#7AEAF2 (or 0x7AEAF2) is unknown color: approx Electric Blue. HEX triplet: 7A, EA and F2. RGB value is (122,234,242). Sum of RGB (Red+Green+Blue) = 122+234+242=598 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.40% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #7AEAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEAF2 is #85150D. Grayscale: #C9C9C9. Windows color (decimal): -8721678 or 15919738. OLE color: 15919738.

HSL color Cylindrical-coordinate representation of color #7AEAF2: hue angle of 184º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AEAF2 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB122234242-
CMYK0.500.0300.05
HSL184º82.19%71.37%-
HSV(B)184º49.59%94.9%-
XYZ53.4869.3994.58-
YUV201.42150.8971.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.40%
GREEN value IS 234 (91.80% from 255) = 39.13%
BLUE value IS 242 (94.92% from 255) = 40.47%
R=20.40%
G=39.13%
B=40.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222342420.500.0300.0518482.1971.37
Hex7AEAF232305b85247
Octal17235236262305270122107
Binary111101011101010111100101100101101011011100010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,234,242); }

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

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

 a { background-color: rgb(122,234,242); }

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

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

 span { border-color: rgb(122,234,242); }

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