#84EFFA

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

Shades of Electric Blue #84EFFA

Tints of Electric Blue #84EFFA

Color information

#84EFFA (or 0x84EFFA) is unknown color: approx Electric Blue. HEX triplet: 84, EF and FA. RGB value is (132,239,250). Sum of RGB (Red+Green+Blue) = 132+239+250=621 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.26% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #84EFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EFFA is #7B1005. Grayscale: #D0D0D0. Windows color (decimal): -8065030 or 16445316. OLE color: 16445316.

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

Color convert

RGB132239250-
CMYK0.470.0400.02
HSL185.59º92.19%74.9%-
HSV(B)185.59º47.2%98.04%-
XYZ57.6473.54101.6-
YUV208.26151.5573.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.26%
GREEN value IS 239 (93.75% from 255) = 38.49%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=21.26%
G=38.49%
B=40.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322392500.470.0400.02185.5992.1974.9
Hex84EFFA2F402ba5c4b
Octal20435737257402272134113
Binary1000010011101111111110101011111000101011101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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