#84FEFD

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

Shades of Electric Blue #84FEFD

Tints of Electric Blue #84FEFD

Color information

#84FEFD (or 0x84FEFD) is unknown color: approx Electric Blue. HEX triplet: 84, FE and FD. RGB value is (132,254,253). Sum of RGB (Red+Green+Blue) = 132+254+253=639 (84% of max value = 765). Red value is 132 (51.95% from 255 or 20.66% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FEFD is #7B0102. Grayscale: #D9D9D9. Windows color (decimal): -8061187 or 16645764. OLE color: 16645764.

HSL color Cylindrical-coordinate representation of color #84FEFD: hue angle of 179.51º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FEFD is Cyan = 0.48, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB132254253-
CMYK0.4800.000.00
HSL179.51º98.39%75.69%-
HSV(B)179.51º48.03%99.61%-
XYZ62.6982.88105.62-
YUV217.41148.0867.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 20.66%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=20.66%
G=39.75%
B=39.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322542530.4800.000.00179.5198.3975.69
Hex84FEFD30000b4624c
Octal20437637560000264142114
Binary1000010011111110111111011100000001011010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,254,253); }

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

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

 a { background-color: rgb(132,254,253); }

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

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

 span { border-color: rgb(132,254,253); }

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