#84F3EC

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

Shades of Electric Blue #84F3EC

Tints of Electric Blue #84F3EC

Color information

#84F3EC (or 0x84F3EC) is unknown color: approx Electric Blue. HEX triplet: 84, F3 and EC. RGB value is (132,243,236). Sum of RGB (Red+Green+Blue) = 132+243+236=611 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.60% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F3EC is #7B0C13. Grayscale: #D0D0D0. Windows color (decimal): -8064020 or 15528836. OLE color: 15528836.

HSL color Cylindrical-coordinate representation of color #84F3EC: hue angle of 176.22º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F3EC is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB132243236-
CMYK0.4600.030.05
HSL176.22º82.22%73.53%-
HSV(B)176.22º45.68%95.29%-
XYZ56.7175.0690.86-
YUV209.01143.2373.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.60%
GREEN value IS 243 (95.31% from 255) = 39.77%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=21.60%
G=39.77%
B=38.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322432360.4600.030.05176.2282.2273.53
Hex84F3EC2E035b0524a
Octal20436335456035260122112
Binary1000010011110011111011001011100111011011000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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