#84FEF8

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

Shades of Electric Blue #84FEF8

Tints of Electric Blue #84FEF8

Color information

#84FEF8 (or 0x84FEF8) is unknown color: approx Electric Blue. HEX triplet: 84, FE and F8. RGB value is (132,254,248). Sum of RGB (Red+Green+Blue) = 132+254+248=634 (83% of max value = 765). Red value is 132 (51.95% from 255 or 20.82% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FEF8 is #7B0107. Grayscale: #D8D8D8. Windows color (decimal): -8061192 or 16318084. OLE color: 16318084.

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

Color convert

RGB132254248-
CMYK0.4800.020.00
HSL177.05º98.39%75.69%-
HSV(B)177.05º48.03%99.61%-
XYZ61.982.57101.48-
YUV216.84145.5867.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 20.82%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 248 (97.27% from 255) = 39.12%
R=20.82%
G=40.06%
B=39.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322542480.4800.020.00177.0598.3975.69
Hex84FEF830020b1624c
Octal20437637060020261142114
Binary10000100111111101111100011000001001011000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,254,248); }

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

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

 a { background-color: rgb(132,254,248); }

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

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

 span { border-color: rgb(132,254,248); }

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