#84EBE4

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

Shades of Electric Blue #84EBE4

Tints of Electric Blue #84EBE4

Color information

#84EBE4 (or 0x84EBE4) is unknown color: approx Electric Blue. HEX triplet: 84, EB and E4. RGB value is (132,235,228). Sum of RGB (Red+Green+Blue) = 132+235+228=595 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.18% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBE4 is #7B141B. Grayscale: #CBCBCB. Windows color (decimal): -8066076 or 15002500. OLE color: 15002500.

HSL color Cylindrical-coordinate representation of color #84EBE4: hue angle of 175.92º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EBE4 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB132235228-
CMYK0.4400.030.08
HSL175.92º72.03%71.96%-
HSV(B)175.92º43.83%92.16%-
XYZ53.2369.9284.09-
YUV203.4141.8877.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.18%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 228 (89.45% from 255) = 38.32%
R=22.18%
G=39.50%
B=38.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322352280.4400.030.08175.9272.0371.96
Hex84EBE42C038b04848
Octal204353344540310260110110
Binary10000100111010111110010010110001110001011000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84EBE4; }

 p { color: rgb(132,235,228); }

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

<style>
 a { background-color: #84EBE4; }

 a { background-color: rgb(132,235,228); }

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

<style>
 span { border-color: #84EBE4; }

 span { border-color: rgb(132,235,228); }

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