Html Css Color HEX #84ECFE Electric Blue

📋 copy color: '#84ECFE'

red 132 ◦ green 236 ◦ blue 254

#84ECFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #84ECFE

Tints of Electric Blue #84ECFE

RGB

 RED value IS 132 (51.95% from 255) = 21.22%

 GREEN value IS 236 (92.58% from 255) = 37.94%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 21.22%
G = 37.94%
B = 40.84%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#84ECFE (or 0x84ECFE) is known color: Electric Blue. HEX triplet: 84, EC and FE. RGB value is (132,236,254). Sum of RGB (Red+Green+Blue) = 132+236+254=622 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.22% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #84ECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84ECFE is #7B1301. Grayscale: #CECECE. Windows color (decimal): -8065794 or 16706692. OLE color: 16706692.

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

Color convert

RGB 132 236 254 -
CMYK 0.48 0.07 0 0.00
HSL 188.85º 0.98% 0.76% -
HSV(B) 188.85º 0.48% 1% -
XYZ 57.4 72.05 104.65 -
YUV 206.96 154.54 74.54 -
System Red Green Blue C M Y K H S L
Decimal 132 236 254 0.48 0.07 0 0.00 188.85 0.98 0.76
Hex 84 EC FE 30 7 0 0 BD 62 4C
Octal 204 354 376 60 7 0 0 275 142 114
Binary 10000100 11101100 11111110 110000 111 0 0 10111101 1100010 1001100

Color Harmonies of #84ECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ECFE

Black with #84ECFE

Text Example


Text Example

White with #84ECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84ECFE;
 }
 .AnyTagClassName
 {
   color: #84ECFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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