#84F2EA

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

Shades of Electric Blue #84F2EA

Tints of Electric Blue #84F2EA

Color information

#84F2EA (or 0x84F2EA) is unknown color: approx Electric Blue. HEX triplet: 84, F2 and EA. RGB value is (132,242,234). Sum of RGB (Red+Green+Blue) = 132+242+234=608 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.71% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F2EA is #7B0D15. Grayscale: #D0D0D0. Windows color (decimal): -8064278 or 15397508. OLE color: 15397508.

HSL color Cylindrical-coordinate representation of color #84F2EA: hue angle of 175.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F2EA is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB132242234-
CMYK0.4500.030.05
HSL175.64º80.88%73.33%-
HSV(B)175.64º45.45%94.9%-
XYZ56.1274.3589.24-
YUV208.2142.5673.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.71%
GREEN value IS 242 (94.92% from 255) = 39.80%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=21.71%
G=39.80%
B=38.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322422340.4500.030.05175.6480.8873.33
Hex84F2EA2D035b05149
Octal20436235255035260121111
Binary1000010011110010111010101011010111011011000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,242,234); }

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

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

 a { background-color: rgb(132,242,234); }

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

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

 span { border-color: rgb(132,242,234); }

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