#84F2E9

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

Shades of Electric Blue #84F2E9

Tints of Electric Blue #84F2E9

Color information

#84F2E9 (or 0x84F2E9) is unknown color: approx Electric Blue. HEX triplet: 84, F2 and E9. RGB value is (132,242,233). Sum of RGB (Red+Green+Blue) = 132+242+233=607 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.75% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F2E9 is #7B0D16. Grayscale: #D0D0D0. Windows color (decimal): -8064279 or 15331972. OLE color: 15331972.

HSL color Cylindrical-coordinate representation of color #84F2E9: hue angle of 175.09º 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 #84F2E9 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB132242233-
CMYK0.4500.040.05
HSL175.09º80.88%73.33%-
HSV(B)175.09º45.45%94.9%-
XYZ55.9874.2988.48-
YUV208.08142.0673.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.75%
GREEN value IS 242 (94.92% from 255) = 39.87%
BLUE value IS 233 (91.41% from 255) = 38.39%
R=21.75%
G=39.87%
B=38.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322422330.4500.040.05175.0980.8873.33
Hex84F2E92D045af5149
Octal20436235155045257121111
Binary10000100111100101110100110110101001011010111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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