#7AECF9

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

Shades of Electric Blue #7AECF9

Tints of Electric Blue #7AECF9

Color information

#7AECF9 (or 0x7AECF9) is unknown color: approx Electric Blue. HEX triplet: 7A, EC and F9. RGB value is (122,236,249). Sum of RGB (Red+Green+Blue) = 122+236+249=607 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.10% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #7AECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AECF9 is #851306. Grayscale: #CBCBCB. Windows color (decimal): -8721159 or 16379002. OLE color: 16379002.

HSL color Cylindrical-coordinate representation of color #7AECF9: hue angle of 186.14º 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 #7AECF9 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB122236249-
CMYK0.510.0500.02
HSL186.14º91.37%72.75%-
HSV(B)186.14º51%97.65%-
XYZ55.1270.97100.42-
YUV203.4153.7369.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.10%
GREEN value IS 236 (92.58% from 255) = 38.88%
BLUE value IS 249 (97.66% from 255) = 41.02%
R=20.10%
G=38.88%
B=41.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222362490.510.0500.02186.1491.3772.75
Hex7AECF933502ba5b49
Octal17235437163502272133111
Binary111101011101100111110011100111010101011101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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