#84E8FE

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

Shades of Electric Blue #84E8FE

Tints of Electric Blue #84E8FE

Color information

#84E8FE (or 0x84E8FE) is unknown color: approx Electric Blue. HEX triplet: 84, E8 and FE. RGB value is (132,232,254). Sum of RGB (Red+Green+Blue) = 132+232+254=618 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.36% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #84E8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84E8FE is #7B1701. Grayscale: #CCCCCC. Windows color (decimal): -8066818 or 16705668. OLE color: 16705668.

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

Color convert

RGB132232254-
CMYK0.480.0900.00
HSL190.82º98.39%75.69%-
HSV(B)190.82º48.03%99.61%-
XYZ56.2669.77104.27-
YUV204.61155.8776.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.36%
GREEN value IS 232 (91.02% from 255) = 37.54%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=21.36%
G=37.54%
B=41.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322322540.480.0900.00190.8298.3975.69
Hex84E8FE30900bf624c
Octal204350376601100277142114
Binary1000010011101000111111101100001001001011111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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