Html Css Color HEX #84FEF5 Electric Blue

📋 copy color: '#84FEF5'

red 132 ◦ green 254 ◦ blue 245

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

Shades of Electric Blue #84FEF5

Tints of Electric Blue #84FEF5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.25%

 BLUE value IS 245 (96.09% from 255) = 38.83%

R = 20.92%
G = 40.25%
B = 38.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#84FEF5 (or 0x84FEF5) is known color: Electric Blue. HEX triplet: 84, FE and F5. RGB value is (132,254,245). Sum of RGB (Red+Green+Blue) = 132+254+245=631 (83% of max value = 765). Red value is 132 (51.95% from 255 or 20.92% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FEF5 is #7B010A. Grayscale: #D8D8D8. Windows color (decimal): -8061195 or 16121476. OLE color: 16121476.

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

Color convert

RGB 132 254 245 -
CMYK 0.48 0 0.04 0.00
HSL 175.57º 0.98% 0.76% -
HSV(B) 175.57º 0.48% 1% -
XYZ 61.44 82.38 99.05 -
YUV 216.5 144.08 67.73 -
System Red Green Blue C M Y K H S L
Decimal 132 254 245 0.48 0 0.04 0.00 175.57 0.98 0.76
Hex 84 FE F5 30 0 4 0 B0 62 4C
Octal 204 376 365 60 0 4 0 260 142 114
Binary 10000100 11111110 11110101 110000 0 100 0 10110000 1100010 1001100

Color Harmonies of #84FEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FEF5

Black with #84FEF5

Text Example


Text Example

White with #84FEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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