#72EEF5

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

Shades of Electric Blue #72EEF5

Tints of Electric Blue #72EEF5

Color information

#72EEF5 (or 0x72EEF5) is unknown color: approx Electric Blue. HEX triplet: 72, EE and F5. RGB value is (114,238,245). Sum of RGB (Red+Green+Blue) = 114+238+245=597 (79% of max value = 765). Red value is 114 (44.92% from 255 or 19.10% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #72EEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EEF5 is #8D110A. Grayscale: #C9C9C9. Windows color (decimal): -9244939 or 16117362. OLE color: 16117362.

HSL color Cylindrical-coordinate representation of color #72EEF5: hue angle of 183.21º 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 #72EEF5 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB114238245-
CMYK0.530.0300.04
HSL183.21º86.75%70.39%-
HSV(B)183.21º53.47%96.08%-
XYZ5471.3297.31-
YUV201.72152.4265.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.10%
GREEN value IS 238 (93.36% from 255) = 39.87%
BLUE value IS 245 (96.09% from 255) = 41.04%
R=19.10%
G=39.87%
B=41.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142382450.530.0300.04183.2186.7570.39
Hex72EEF535304b75746
Octal16235636565304267127106
Binary111001011101110111101011101011101001011011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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