#84EEFA

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

Shades of Electric Blue #84EEFA

Tints of Electric Blue #84EEFA

Color information

#84EEFA (or 0x84EEFA) is unknown color: approx Electric Blue. HEX triplet: 84, EE and FA. RGB value is (132,238,250). Sum of RGB (Red+Green+Blue) = 132+238+250=620 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.29% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #84EEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EEFA is #7B1105. Grayscale: #CFCFCF. Windows color (decimal): -8065286 or 16445060. OLE color: 16445060.

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

Color convert

RGB132238250-
CMYK0.470.0500.02
HSL186.1º92.19%74.9%-
HSV(B)186.1º47.2%98.04%-
XYZ57.3572.96101.5-
YUV207.67151.8874.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.29%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=21.29%
G=38.39%
B=40.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322382500.470.0500.02186.192.1974.9
Hex84EEFA2F502ba5c4b
Octal20435637257502272134113
Binary1000010011101110111110101011111010101011101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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