#84E9EC

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

Shades of Electric Blue #84E9EC

Tints of Electric Blue #84E9EC

Color information

#84E9EC (or 0x84E9EC) is unknown color: approx Electric Blue. HEX triplet: 84, E9 and EC. RGB value is (132,233,236). Sum of RGB (Red+Green+Blue) = 132+233+236=601 (79% of max value = 765). Red value is 132 (51.95% from 255 or 21.96% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #84E9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84E9EC is #7B1613. Grayscale: #CBCBCB. Windows color (decimal): -8066580 or 15526276. OLE color: 15526276.

HSL color Cylindrical-coordinate representation of color #84E9EC: hue angle of 181.73º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84E9EC is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132233236-
CMYK0.440.0100.07
HSL181.73º73.24%72.16%-
HSV(B)181.73º44.07%92.55%-
XYZ53.7969.2489.89-
YUV203.14146.5477.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.96%
GREEN value IS 233 (91.41% from 255) = 38.77%
BLUE value IS 236 (92.58% from 255) = 39.27%
R=21.96%
G=38.77%
B=39.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322332360.440.0100.07181.7373.2472.16
Hex84E9EC2C107b64948
Octal20435135454107266111110
Binary100001001110100111101100101100101111011011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,233,236); }

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

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

 a { background-color: rgb(132,233,236); }

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

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

 span { border-color: rgb(132,233,236); }

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