#84efff

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

Shades of Electric Blue #84EFFF

Tints of Electric Blue #84EFFF

Color information

#84EFFF (or 0x84EFFF) is unknown color: approx Electric Blue. HEX triplet: 84, EF and FF. RGB value is (132,239,255). Sum of RGB (Red+Green+Blue) = 132+239+255=626 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.09% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #84EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EFFF is #7B1000. Grayscale: #D0D0D0. Windows color (decimal): -8065025 or 16772996. OLE color: 16772996.

HSL color Cylindrical-coordinate representation of color #84EFFF: hue angle of 187.8º 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 #84EFFF is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB132239255-
CMYK0.480.0600
HSL187.8º100%75.88%-
HSV(B)187.8º48.24%100%-
XYZ58.4373.86105.78-
YUV208.83154.0573.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.09%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 255 (100% from 255) = 40.73%
R=21.09%
G=38.18%
B=40.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322392550.480.0600187.810075.88
Hex84EFFF30600bc644c
Octal20435737760600274144114
Binary100001001110111111111111110000110001011110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84efff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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