#84E8FA

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

Shades of Electric Blue #84E8FA

Tints of Electric Blue #84E8FA

Color information

#84E8FA (or 0x84E8FA) is unknown color: approx Electric Blue. HEX triplet: 84, E8 and FA. RGB value is (132,232,250). Sum of RGB (Red+Green+Blue) = 132+232+250=614 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.50% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #84E8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84E8FA is #7B1705. Grayscale: #CBCBCB. Windows color (decimal): -8066822 or 16443524. OLE color: 16443524.

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

Color convert

RGB132232250-
CMYK0.470.0700.02
HSL189.15º92.19%74.9%-
HSV(B)189.15º47.2%98.04%-
XYZ55.6369.52100.93-
YUV204.15153.8776.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.50%
GREEN value IS 232 (91.02% from 255) = 37.79%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=21.50%
G=37.79%
B=40.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322322500.470.0700.02189.1592.1974.9
Hex84E8FA2F702bd5c4b
Octal20435037257702275134113
Binary1000010011101000111110101011111110101011110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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