#84F4EF

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

Shades of Electric Blue #84F4EF

Tints of Electric Blue #84F4EF

Color information

#84F4EF (or 0x84F4EF) is unknown color: approx Electric Blue. HEX triplet: 84, F4 and EF. RGB value is (132,244,239). Sum of RGB (Red+Green+Blue) = 132+244+239=615 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.46% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 244 - color contains mainly: green. Hex color #84F4EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F4EF is #7B0B10. Grayscale: #D1D1D1. Windows color (decimal): -8063761 or 15725700. OLE color: 15725700.

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

Color convert

RGB132244239-
CMYK0.4600.020.04
HSL177.32º83.58%73.73%-
HSV(B)177.32º45.9%95.69%-
XYZ57.4575.8493.27-
YUV209.94144.3972.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.46%
GREEN value IS 244 (95.70% from 255) = 39.67%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=21.46%
G=39.67%
B=38.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322442390.4600.020.04177.3283.5873.73
Hex84F4EF2E024b1544a
Octal20436435756024261124112
Binary1000010011110100111011111011100101001011000110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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