#84EFF0

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

Shades of Electric Blue #84EFF0

Tints of Electric Blue #84EFF0

Color information

#84EFF0 (or 0x84EFF0) is unknown color: approx Electric Blue. HEX triplet: 84, EF and F0. RGB value is (132,239,240). Sum of RGB (Red+Green+Blue) = 132+239+240=611 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.60% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #84EFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EFF0 is #7B100F. Grayscale: #CFCFCF. Windows color (decimal): -8065040 or 15789956. OLE color: 15789956.

HSL color Cylindrical-coordinate representation of color #84EFF0: hue angle of 180.56º degrees, saturation: 0.78, 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 #84EFF0 is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132239240-
CMYK0.450.0000.06
HSL180.56º78.26%72.94%-
HSV(B)180.56º45%94.12%-
XYZ56.1172.9393.56-
YUV207.12146.5574.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.60%
GREEN value IS 239 (93.75% from 255) = 39.12%
BLUE value IS 240 (94.14% from 255) = 39.28%
R=21.60%
G=39.12%
B=39.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322392400.450.0000.06180.5678.2672.94
Hex84EFF02D006b54e49
Octal20435736055006265116111
Binary100001001110111111110000101101001101011010110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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