#7aeff0

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

Shades of Electric Blue #7AEFF0

Tints of Electric Blue #7AEFF0

Color information

#7AEFF0 (or 0x7AEFF0) is unknown color: approx Electric Blue. HEX triplet: 7A, EF and F0. RGB value is (122,239,240). Sum of RGB (Red+Green+Blue) = 122+239+240=601 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.30% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #7AEFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEFF0 is #85100F. Grayscale: #CCCCCC. Windows color (decimal): -8720400 or 15789946. OLE color: 15789946.

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

Color convert

RGB122239240-
CMYK0.490.0000.06
HSL180.51º79.73%70.98%-
HSV(B)180.51º49.17%94.12%-
XYZ54.6272.1693.49-
YUV204.13148.2469.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.30%
GREEN value IS 239 (93.75% from 255) = 39.77%
BLUE value IS 240 (94.14% from 255) = 39.93%
R=20.30%
G=39.77%
B=39.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222392400.490.0000.06180.5179.7370.98
Hex7AEFF031006b55047
Octal17235736061006265120107
Binary11110101110111111110000110001001101011010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aeff0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,239,240); }

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

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

 a { background-color: rgb(122,239,240); }

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

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

 span { border-color: rgb(122,239,240); }

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