#84FAEE

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

Shades of Electric Blue #84FAEE

Tints of Electric Blue #84FAEE

Color information

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

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

Color convert

RGB132250238-
CMYK0.4700.050.02
HSL173.9º92.19%74.9%-
HSV(B)173.9º47.2%98.04%-
XYZ59.1379.4593.11-
YUV213.35141.9169.98-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322502380.4700.050.02173.992.1974.9
Hex84FAEE2F052ae5c4b
Octal20437235657052256134113
Binary1000010011111010111011101011110101101010111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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