#72ECFA

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

Shades of Electric Blue #72ECFA

Tints of Electric Blue #72ECFA

Color information

#72ECFA (or 0x72ECFA) is unknown color: approx Electric Blue. HEX triplet: 72, EC and FA. RGB value is (114,236,250). Sum of RGB (Red+Green+Blue) = 114+236+250=600 (79% of max value = 765). Red value is 114 (44.92% from 255 or 19% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #72ECFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72ECFA is #8D1305. Grayscale: #C8C8C8. Windows color (decimal): -9245446 or 16444530. OLE color: 16444530.

HSL color Cylindrical-coordinate representation of color #72ECFA: hue angle of 186.18º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72ECFA is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114236250-
CMYK0.540.0600.02
HSL186.18º93.15%71.37%-
HSV(B)186.18º54.4%98.04%-
XYZ54.1970.47101.19-
YUV201.12155.5865.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19%
GREEN value IS 236 (92.58% from 255) = 39.33%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=19%
G=39.33%
B=41.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142362500.540.0600.02186.1893.1571.37
Hex72ECFA36602ba5d47
Octal16235437266602272135107
Binary111001011101100111110101101101100101011101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72ECFA; }

 p { color: rgb(114,236,250); }

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

<style>
 a { background-color: #72ECFA; }

 a { background-color: rgb(114,236,250); }

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

<style>
 span { border-color: #72ECFA; }

 span { border-color: rgb(114,236,250); }

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