#7ae9f9

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

Shades of Electric Blue #7AE9F9

Tints of Electric Blue #7AE9F9

Color information

#7AE9F9 (or 0x7AE9F9) is unknown color: approx Electric Blue. HEX triplet: 7A, E9 and F9. RGB value is (122,233,249). Sum of RGB (Red+Green+Blue) = 122+233+249=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #7AE9F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AE9F9 is #851606. Grayscale: #C9C9C9. Windows color (decimal): -8721927 or 16378234. OLE color: 16378234.

HSL color Cylindrical-coordinate representation of color #7AE9F9: hue angle of 187.56º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AE9F9 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB122233249-
CMYK0.510.0600.02
HSL187.56º91.37%72.75%-
HSV(B)187.56º51%97.65%-
XYZ54.2669.25100.13-
YUV201.64154.7371.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.20%
GREEN value IS 233 (91.41% from 255) = 38.58%
BLUE value IS 249 (97.66% from 255) = 41.23%
R=20.20%
G=38.58%
B=41.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222332490.510.0600.02187.5691.3772.75
Hex7AE9F933602bc5b49
Octal17235137163602274133111
Binary111101011101001111110011100111100101011110010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ae9f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,233,249); }

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

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

 a { background-color: rgb(122,233,249); }

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

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

 span { border-color: rgb(122,233,249); }

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