#84EBF4

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

Shades of Electric Blue #84EBF4

Tints of Electric Blue #84EBF4

Color information

#84EBF4 (or 0x84EBF4) is unknown color: approx Electric Blue. HEX triplet: 84, EB and F4. RGB value is (132,235,244). Sum of RGB (Red+Green+Blue) = 132+235+244=611 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.60% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #84EBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EBF4 is #7B140B. Grayscale: #CDCDCD. Windows color (decimal): -8066060 or 16051076. OLE color: 16051076.

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

Color convert

RGB132235244-
CMYK0.460.0400.04
HSL184.82º83.58%73.73%-
HSV(B)184.82º45.9%95.69%-
XYZ55.5570.8596.34-
YUV205.23149.8875.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.60%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 244 (95.70% from 255) = 39.93%
R=21.60%
G=38.46%
B=39.93%

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
Decimal1322352440.460.0400.04184.8283.5873.73
Hex84EBF42E404b9544a
Octal20435336456404271124112
Binary10000100111010111111010010111010001001011100110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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