#84EFF4

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

Shades of Electric Blue #84EFF4

Tints of Electric Blue #84EFF4

Color information

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

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

Color convert

RGB132239244-
CMYK0.460.0200.04
HSL182.68º83.58%73.73%-
HSV(B)182.68º45.9%95.69%-
XYZ56.7173.1796.72-
YUV207.58148.5574.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322392440.460.0200.04182.6883.5873.73
Hex84EFF42E204b7544a
Octal20435736456204267124112
Binary1000010011101111111101001011101001001011011110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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