#84F2ED

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

Shades of Electric Blue #84F2ED

Tints of Electric Blue #84F2ED

Color information

#84F2ED (or 0x84F2ED) is unknown color: approx Electric Blue. HEX triplet: 84, F2 and ED. RGB value is (132,242,237). Sum of RGB (Red+Green+Blue) = 132+242+237=611 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.60% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F2ED is #7B0D12. Grayscale: #D0D0D0. Windows color (decimal): -8064275 or 15594116. OLE color: 15594116.

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

Color convert

RGB132242237-
CMYK0.4500.020.05
HSL177.27º80.88%73.33%-
HSV(B)177.27º45.45%94.9%-
XYZ56.5574.5291.52-
YUV208.54144.0673.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.60%
GREEN value IS 242 (94.92% from 255) = 39.61%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=21.60%
G=39.61%
B=38.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322422370.4500.020.05177.2780.8873.33
Hex84F2ED2D025b15149
Octal20436235555025261121111
Binary1000010011110010111011011011010101011011000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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