#72EAF5

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

Shades of Electric Blue #72EAF5

Tints of Electric Blue #72EAF5

Color information

#72EAF5 (or 0x72EAF5) is unknown color: approx Electric Blue. HEX triplet: 72, EA and F5. RGB value is (114,234,245). Sum of RGB (Red+Green+Blue) = 114+234+245=593 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.22% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 245 (96.09% from 255 or 41.32% from 593); Max value from RGB is 245 - color contains mainly: blue. Hex color #72EAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EAF5 is #8D150A. Grayscale: #C7C7C7. Windows color (decimal): -9245963 or 16116338. OLE color: 16116338.

HSL color Cylindrical-coordinate representation of color #72EAF5: hue angle of 185.04º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72EAF5 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB114234245-
CMYK0.530.0400.04
HSL185.04º86.75%70.39%-
HSV(B)185.04º53.47%96.08%-
XYZ52.8469.0296.92-
YUV199.37153.7467.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.22%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 245 (96.09% from 255) = 41.32%
R=19.22%
G=39.46%
B=41.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142342450.530.0400.04185.0486.7570.39
Hex72EAF535404b95746
Octal16235236565404271127106
Binary1110010111010101111010111010110001001011100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,234,245); }

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

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

 a { background-color: rgb(114,234,245); }

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

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

 span { border-color: rgb(114,234,245); }

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