#84FFF0

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

Shades of Electric Blue #84FFF0

Tints of Electric Blue #84FFF0

Color information

#84FFF0 (or 0x84FFF0) is unknown color: approx Electric Blue. HEX triplet: 84, FF and F0. RGB value is (132,255,240). Sum of RGB (Red+Green+Blue) = 132+255+240=627 (83% of max value = 765). Red value is 132 (51.95% from 255 or 21.05% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFF0 is #7B000F. Grayscale: #D8D8D8. Windows color (decimal): -8060944 or 15794052. OLE color: 15794052.

HSL color Cylindrical-coordinate representation of color #84FFF0: hue angle of 172.68º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFF0 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB132255240-
CMYK0.4800.060
HSL172.68º100%75.88%-
HSV(B)172.68º48.24%100%-
XYZ6182.7295.19-
YUV216.51141.2567.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.05%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 240 (94.14% from 255) = 38.28%
R=21.05%
G=40.67%
B=38.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322552400.4800.060172.6810075.88
Hex84FFF030060ad644c
Octal20437736060060255144114
Binary100001001111111111110000110000011001010110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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