#72EFFF

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

Shades of Electric Blue #72EFFF

Tints of Electric Blue #72EFFF

Color information

#72EFFF (or 0x72EFFF) is unknown color: approx Electric Blue. HEX triplet: 72, EF and FF. RGB value is (114,239,255). Sum of RGB (Red+Green+Blue) = 114+239+255=608 (80% of max value = 765). Red value is 114 (44.92% from 255 or 18.75% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #72EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EFFF is #8D1000. Grayscale: #CBCBCB. Windows color (decimal): -9244673 or 16772978. OLE color: 16772978.

HSL color Cylindrical-coordinate representation of color #72EFFF: hue angle of 186.81º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72EFFF is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114239255-
CMYK0.550.0600
HSL186.81º100%72.35%-
HSV(B)186.81º55.29%100%-
XYZ55.8672.53105.66-
YUV203.45157.0964.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 18.75%
GREEN value IS 239 (93.75% from 255) = 39.31%
BLUE value IS 255 (100% from 255) = 41.94%
R=18.75%
G=39.31%
B=41.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142392550.550.0600186.8110072.35
Hex72EFFF37600bb6448
Octal16235737767600273144110
Binary11100101110111111111111110111110001011101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,239,255); }

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

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

 a { background-color: rgb(114,239,255); }

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

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

 span { border-color: rgb(114,239,255); }

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