#84FCFA

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

Shades of Electric Blue #84FCFA

Tints of Electric Blue #84FCFA

Color information

#84FCFA (or 0x84FCFA) is unknown color: approx Electric Blue. HEX triplet: 84, FC and FA. RGB value is (132,252,250). Sum of RGB (Red+Green+Blue) = 132+252+250=634 (83% of max value = 765). Red value is 132 (51.95% from 255 or 20.82% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FCFA is #7B0305. Grayscale: #D7D7D7. Windows color (decimal): -8061702 or 16448644. OLE color: 16448644.

HSL color Cylindrical-coordinate representation of color #84FCFA: hue angle of 179º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FCFA is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB132252250-
CMYK0.4800.010.01
HSL179º95.24%75.29%-
HSV(B)179º47.62%98.82%-
XYZ61.5881.43102.91-
YUV215.89147.2468.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 20.82%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=20.82%
G=39.75%
B=39.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322522500.4800.010.0117995.2475.29
Hex84FCFA30011b35f4b
Octal20437437260011263137113
Binary1000010011111100111110101100000111011001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,252,250); }

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

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

 a { background-color: rgb(132,252,250); }

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

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

 span { border-color: rgb(132,252,250); }

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