Html Css Color HEX #84E6FE Electric Blue

📋 copy color: '#84E6FE'

red 132 ◦ green 230 ◦ blue 254

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

Shades of Electric Blue #84E6FE

Tints of Electric Blue #84E6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.34%

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

R = 21.43%
G = 37.34%
B = 41.23%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#84E6FE (or 0x84E6FE) is known color: Electric Blue. HEX triplet: 84, E6 and FE. RGB value is (132,230,254). Sum of RGB (Red+Green+Blue) = 132+230+254=616 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.43% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #84E6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84E6FE is #7B1901. Grayscale: #CBCBCB. Windows color (decimal): -8067330 or 16705156. OLE color: 16705156.

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

Color convert

RGB 132 230 254 -
CMYK 0.48 0.09 0 0.00
HSL 191.8º 0.98% 0.76% -
HSV(B) 191.8º 0.48% 1% -
XYZ 55.7 68.65 104.08 -
YUV 203.43 156.53 77.05 -
System Red Green Blue C M Y K H S L
Decimal 132 230 254 0.48 0.09 0 0.00 191.8 0.98 0.76
Hex 84 E6 FE 30 9 0 0 C0 62 4C
Octal 204 346 376 60 11 0 0 300 142 114
Binary 10000100 11100110 11111110 110000 1001 0 0 11000000 1100010 1001100

Color Harmonies of #84E6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E6FE

Black with #84E6FE

Text Example


Text Example

White with #84E6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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