#84EFE7

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

Shades of Electric Blue #84EFE7

Tints of Electric Blue #84EFE7

Color information

#84EFE7 (or 0x84EFE7) is unknown color: approx Electric Blue. HEX triplet: 84, EF and E7. RGB value is (132,239,231). Sum of RGB (Red+Green+Blue) = 132+239+231=602 (79% of max value = 765). Red value is 132 (51.95% from 255 or 21.93% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EFE7 is #7B1018. Grayscale: #CECECE. Windows color (decimal): -8065049 or 15200132. OLE color: 15200132.

HSL color Cylindrical-coordinate representation of color #84EFE7: hue angle of 175.51º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFE7 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB132239231-
CMYK0.4500.030.06
HSL175.51º76.98%72.75%-
HSV(B)175.51º44.77%93.73%-
XYZ54.8172.4186.69-
YUV206.09142.0575.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.93%
GREEN value IS 239 (93.75% from 255) = 39.70%
BLUE value IS 231 (90.62% from 255) = 38.37%
R=21.93%
G=39.70%
B=38.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322392310.4500.030.06175.5176.9872.75
Hex84EFE72D036b04d49
Octal20435734755036260115111
Binary1000010011101111111001111011010111101011000010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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