#84F0FA

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

Shades of Electric Blue #84F0FA

Tints of Electric Blue #84F0FA

Color information

#84F0FA (or 0x84F0FA) is unknown color: approx Electric Blue. HEX triplet: 84, F0 and FA. RGB value is (132,240,250). Sum of RGB (Red+Green+Blue) = 132+240+250=622 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.22% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #84F0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F0FA is #7B0F05. Grayscale: #D0D0D0. Windows color (decimal): -8064774 or 16445572. OLE color: 16445572.

HSL color Cylindrical-coordinate representation of color #84F0FA: hue angle of 185.08º degrees, saturation: 0.92, 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 #84F0FA is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132240250-
CMYK0.470.0400.02
HSL185.08º92.19%74.9%-
HSV(B)185.08º47.2%98.04%-
XYZ57.9374.13101.7-
YUV208.85151.2273.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.22%
GREEN value IS 240 (94.14% from 255) = 38.59%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=21.22%
G=38.59%
B=40.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322402500.470.0400.02185.0892.1974.9
Hex84F0FA2F402b95c4b
Octal20436037257402271134113
Binary1000010011110000111110101011111000101011100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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