#84F4FC

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

Shades of Electric Blue #84F4FC

Tints of Electric Blue #84F4FC

Color information

#84F4FC (or 0x84F4FC) is unknown color: approx Electric Blue. HEX triplet: 84, F4 and FC. RGB value is (132,244,252). Sum of RGB (Red+Green+Blue) = 132+244+252=628 (83% of max value = 765). Red value is 132 (51.95% from 255 or 21.02% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #84F4FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F4FC is #7B0B03. Grayscale: #D3D3D3. Windows color (decimal): -8063748 or 16577668. OLE color: 16577668.

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

Color convert

RGB132244252-
CMYK0.480.0300.01
HSL184º95.24%75.29%-
HSV(B)184º47.62%98.82%-
XYZ59.4476.64103.75-
YUV211.42150.8971.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.02%
GREEN value IS 244 (95.70% from 255) = 38.85%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=21.02%
G=38.85%
B=40.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322442520.480.0300.0118495.2475.29
Hex84F4FC30301b85f4b
Octal20436437460301270137113
Binary10000100111101001111110011000011011011100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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