#84EFFB

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

Shades of Electric Blue #84EFFB

Tints of Electric Blue #84EFFB

Color information

#84EFFB (or 0x84EFFB) is unknown color: approx Electric Blue. HEX triplet: 84, EF and FB. RGB value is (132,239,251). Sum of RGB (Red+Green+Blue) = 132+239+251=622 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.22% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #84EFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EFFB is #7B1004. Grayscale: #D0D0D0. Windows color (decimal): -8065029 or 16510852. OLE color: 16510852.

HSL color Cylindrical-coordinate representation of color #84EFFB: hue angle of 186.05º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84EFFB is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132239251-
CMYK0.470.0500.02
HSL186.05º93.7%75.1%-
HSV(B)186.05º47.41%98.43%-
XYZ57.7973.6102.43-
YUV208.37152.0573.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.22%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=21.22%
G=38.42%
B=40.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322392510.470.0500.02186.0593.775.1
Hex84EFFB2F502ba5e4b
Octal20435737357502272136113
Binary1000010011101111111110111011111010101011101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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