#84FCF0

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

Shades of Electric Blue #84FCF0

Tints of Electric Blue #84FCF0

Color information

#84FCF0 (or 0x84FCF0) is unknown color: approx Electric Blue. HEX triplet: 84, FC and F0. RGB value is (132,252,240). Sum of RGB (Red+Green+Blue) = 132+252+240=624 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.15% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FCF0 is #7B030F. Grayscale: #D6D6D6. Windows color (decimal): -8061712 or 15793284. OLE color: 15793284.

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

Color convert

RGB132252240-
CMYK0.4800.050.01
HSL174º95.24%75.29%-
HSV(B)174º47.62%98.82%-
XYZ60.0580.8294.87-
YUV214.75142.2468.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.15%
GREEN value IS 252 (98.83% from 255) = 40.38%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=21.15%
G=40.38%
B=38.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322522400.4800.050.0117495.2475.29
Hex84FCF030051ae5f4b
Octal20437436060051256137113
Binary100001001111110011110000110000010111010111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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