#72ECF9

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

Shades of Electric Blue #72ECF9

Tints of Electric Blue #72ECF9

Color information

#72ECF9 (or 0x72ECF9) is unknown color: approx Electric Blue. HEX triplet: 72, EC and F9. RGB value is (114,236,249). Sum of RGB (Red+Green+Blue) = 114+236+249=599 (79% of max value = 765). Red value is 114 (44.92% from 255 or 19.03% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #72ECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72ECF9 is #8D1306. Grayscale: #C8C8C8. Windows color (decimal): -9245447 or 16378994. OLE color: 16378994.

HSL color Cylindrical-coordinate representation of color #72ECF9: hue angle of 185.78º degrees, saturation: 0.92, 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 #72ECF9 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114236249-
CMYK0.540.0500.02
HSL185.78º91.84%71.18%-
HSV(B)185.78º54.22%97.65%-
XYZ54.0370.41100.36-
YUV201155.0865.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.03%
GREEN value IS 236 (92.58% from 255) = 39.40%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=19.03%
G=39.40%
B=41.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142362490.540.0500.02185.7891.8471.18
Hex72ECF936502ba5c47
Octal16235437166502272134107
Binary111001011101100111110011101101010101011101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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