#84EAF5

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

Shades of Electric Blue #84EAF5

Tints of Electric Blue #84EAF5

Color information

#84EAF5 (or 0x84EAF5) is unknown color: approx Electric Blue. HEX triplet: 84, EA and F5. RGB value is (132,234,245). Sum of RGB (Red+Green+Blue) = 132+234+245=611 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.60% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #84EAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EAF5 is #7B150A. Grayscale: #CCCCCC. Windows color (decimal): -8066315 or 16116356. OLE color: 16116356.

HSL color Cylindrical-coordinate representation of color #84EAF5: hue angle of 185.84º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84EAF5 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB132234245-
CMYK0.460.0400.04
HSL185.84º84.96%73.92%-
HSV(B)185.84º46.12%96.08%-
XYZ55.4270.3497.04-
YUV204.76150.7176.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.60%
GREEN value IS 234 (91.80% from 255) = 38.30%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=21.60%
G=38.30%
B=40.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322342450.460.0400.04185.8484.9673.92
Hex84EAF52E404ba554a
Octal20435236556404272125112
Binary10000100111010101111010110111010001001011101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,234,245); }

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

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

 a { background-color: rgb(132,234,245); }

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

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

 span { border-color: rgb(132,234,245); }

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