#84FAED

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

Shades of Electric Blue #84FAED

Tints of Electric Blue #84FAED

Color information

#84FAED (or 0x84FAED) is unknown color: approx Electric Blue. HEX triplet: 84, FA and ED. RGB value is (132,250,237). Sum of RGB (Red+Green+Blue) = 132+250+237=619 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.32% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FAED is #7B0512. Grayscale: #D5D5D5. Windows color (decimal): -8062227 or 15596164. OLE color: 15596164.

HSL color Cylindrical-coordinate representation of color #84FAED: hue angle of 173.39º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FAED is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB132250237-
CMYK0.4700.050.02
HSL173.39º92.19%74.9%-
HSV(B)173.39º47.2%98.04%-
XYZ58.9979.3992.34-
YUV213.24141.4170.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.32%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=21.32%
G=40.39%
B=38.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322502370.4700.050.02173.3992.1974.9
Hex84FAED2F052ad5c4b
Octal20437235557052255134113
Binary1000010011111010111011011011110101101010110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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