#84FAF7

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

Shades of Electric Blue #84FAF7

Tints of Electric Blue #84FAF7

Color information

#84FAF7 (or 0x84FAF7) is unknown color: approx Electric Blue. HEX triplet: 84, FA and F7. RGB value is (132,250,247). Sum of RGB (Red+Green+Blue) = 132+250+247=629 (83% of max value = 765). Red value is 132 (51.95% from 255 or 20.99% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FAF7 is #7B0508. Grayscale: #D6D6D6. Windows color (decimal): -8062217 or 16251524. OLE color: 16251524.

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

Color convert

RGB132250247-
CMYK0.4700.010.02
HSL178.47º92.19%74.9%-
HSV(B)178.47º47.2%98.04%-
XYZ60.4979.99100.25-
YUV214.38146.4169.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 20.99%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 247 (96.88% from 255) = 39.27%
R=20.99%
G=39.75%
B=39.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322502470.4700.010.02178.4792.1974.9
Hex84FAF72F012b25c4b
Octal20437236757012262134113
Binary10000100111110101111011110111101101011001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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