#84F3FC

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

Shades of Electric Blue #84F3FC

Tints of Electric Blue #84F3FC

Color information

#84F3FC (or 0x84F3FC) is unknown color: approx Electric Blue. HEX triplet: 84, F3 and FC. RGB value is (132,243,252). Sum of RGB (Red+Green+Blue) = 132+243+252=627 (83% of max value = 765). Red value is 132 (51.95% from 255 or 21.05% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #84F3FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F3FC is #7B0C03. Grayscale: #D2D2D2. Windows color (decimal): -8064004 or 16577412. OLE color: 16577412.

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

Color convert

RGB132243252-
CMYK0.480.0400.01
HSL184.5º95.24%75.29%-
HSV(B)184.5º47.62%98.82%-
XYZ59.1476.03103.65-
YUV210.84151.2371.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.05%
GREEN value IS 243 (95.31% from 255) = 38.76%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=21.05%
G=38.76%
B=40.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322432520.480.0400.01184.595.2475.29
Hex84F3FC30401b85f4b
Octal20436337460401270137113
Binary100001001111001111111100110000100011011100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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