#84EDFF

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

Shades of Electric Blue #84EDFF

Tints of Electric Blue #84EDFF

Color information

#84EDFF (or 0x84EDFF) is unknown color: approx Electric Blue. HEX triplet: 84, ED and FF. RGB value is (132,237,255). Sum of RGB (Red+Green+Blue) = 132+237+255=624 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.15% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #84EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EDFF is #7B1200. Grayscale: #CFCFCF. Windows color (decimal): -8065537 or 16772484. OLE color: 16772484.

HSL color Cylindrical-coordinate representation of color #84EDFF: hue angle of 188.78º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84EDFF is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB132237255-
CMYK0.480.0700
HSL188.78º100%75.88%-
HSV(B)188.78º48.24%100%-
XYZ57.8572.69105.59-
YUV207.66154.7174.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.15%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 255 (100% from 255) = 40.87%
R=21.15%
G=37.98%
B=40.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322372550.480.0700188.7810075.88
Hex84EDFF30700bd644c
Octal20435537760700275144114
Binary100001001110110111111111110000111001011110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,237,255); }

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

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

 a { background-color: rgb(132,237,255); }

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

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

 span { border-color: rgb(132,237,255); }

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