Html Css Color HEX #84FEFF Electric Blue

📋 copy color: '#84FEFF'

red 132 ◦ green 254 ◦ blue 255

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

Shades of Electric Blue #84FEFF

Tints of Electric Blue #84FEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.78%

R = 20.59%
G = 39.63%
B = 39.78%

CMYK

 C value IS 0.48

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#84FEFF (or 0x84FEFF) is known color: Electric Blue. HEX triplet: 84, FE and FF. RGB value is (132,254,255). Sum of RGB (Red+Green+Blue) = 132+254+255=641 (84% of max value = 765). Red value is 132 (51.95% from 255 or 20.59% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #84FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FEFF is #7B0100. Grayscale: #D9D9D9. Windows color (decimal): -8061185 or 16776836. OLE color: 16776836.

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

Color convert

RGB 132 254 255 -
CMYK 0.48 0.00 0 0
HSL 180.49º 1% 0.76% -
HSV(B) 180.49º 0.48% 1% -
XYZ 63.01 83.01 107.31 -
YUV 217.64 149.08 66.92 -
System Red Green Blue C M Y K H S L
Decimal 132 254 255 0.48 0.00 0 0 180.49 1 0.76
Hex 84 FE FF 30 0 0 0 B4 64 4C
Octal 204 376 377 60 0 0 0 264 144 114
Binary 10000100 11111110 11111111 110000 0 0 0 10110100 1100100 1001100

Color Harmonies of #84FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FEFF

Black with #84FEFF

Text Example


Text Example

White with #84FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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