Html Css Color HEX #84FAFE Electric Blue

📋 copy color: '#84FAFE'

red 132 ◦ green 250 ◦ blue 254

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

Shades of Electric Blue #84FAFE

Tints of Electric Blue #84FAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.31%

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

R = 20.75%
G = 39.31%
B = 39.94%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#84FAFE (or 0x84FAFE) is known color: Electric Blue. HEX triplet: 84, FA and FE. RGB value is (132,250,254). Sum of RGB (Red+Green+Blue) = 132+250+254=636 (84% of max value = 765). Red value is 132 (51.95% from 255 or 20.75% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #84FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FAFE is #7B0501. Grayscale: #D7D7D7. Windows color (decimal): -8062210 or 16710276. OLE color: 16710276.

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

Color convert

RGB 132 250 254 -
CMYK 0.48 0.02 0 0.00
HSL 181.97º 0.98% 0.76% -
HSV(B) 181.97º 0.48% 1% -
XYZ 61.59 80.43 106.04 -
YUV 215.17 149.91 68.67 -
System Red Green Blue C M Y K H S L
Decimal 132 250 254 0.48 0.02 0 0.00 181.97 0.98 0.76
Hex 84 FA FE 30 2 0 0 B6 62 4C
Octal 204 372 376 60 2 0 0 266 142 114
Binary 10000100 11111010 11111110 110000 10 0 0 10110110 1100010 1001100

Color Harmonies of #84FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FAFE

Black with #84FAFE

Text Example


Text Example

White with #84FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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