Html Css Color HEX #84FFF9 Electric Blue

📋 copy color: '#84FFF9'

red 132 ◦ green 255 ◦ blue 249

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

Shades of Electric Blue #84FFF9

Tints of Electric Blue #84FFF9

RGB

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

 GREEN value IS 255 (100% from 255) = 40.09%

 BLUE value IS 249 (97.66% from 255) = 39.15%

R = 20.75%
G = 40.09%
B = 39.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#84FFF9 (or 0x84FFF9) is known color: Electric Blue. HEX triplet: 84, FF and F9. RGB value is (132,255,249). Sum of RGB (Red+Green+Blue) = 132+255+249=636 (84% of max value = 765). Red value is 132 (51.95% from 255 or 20.75% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFF9 is #7B0006. Grayscale: #D9D9D9. Windows color (decimal): -8060935 or 16383876. OLE color: 16383876.

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

Color convert

RGB 132 255 249 -
CMYK 0.48 0 0.02 0
HSL 177.07º 1% 0.76% -
HSV(B) 177.07º 0.48% 1% -
XYZ 62.37 83.27 102.41 -
YUV 217.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 132 255 249 0.48 0 0.02 0 177.07 1 0.76
Hex 84 FF F9 30 0 2 0 B1 64 4C
Octal 204 377 371 60 0 2 0 261 144 114
Binary 10000100 11111111 11111001 110000 0 10 0 10110001 1100100 1001100

Color Harmonies of #84FFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FFF9

Black with #84FFF9

Text Example


Text Example

White with #84FFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,255,249); }

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

background-color css

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

 a { background-color: rgb(132,255,249); }

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

border-color css

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

 span { border-color: rgb(132,255,249); }

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