Html Css Color HEX #84FFEE Electric Blue

📋 copy color: '#84FFEE'

red 132 ◦ green 255 ◦ blue 238

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

Shades of Electric Blue #84FFEE

Tints of Electric Blue #84FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.08%

R = 21.12%
G = 40.8%
B = 38.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#84FFEE (or 0x84FFEE) is known color: Electric Blue. HEX triplet: 84, FF and EE. RGB value is (132,255,238). Sum of RGB (Red+Green+Blue) = 132+255+238=625 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.12% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFEE is #7B0011. Grayscale: #D8D8D8. Windows color (decimal): -8060946 or 15662980. OLE color: 15662980.

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

Color convert

RGB 132 255 238 -
CMYK 0.48 0 0.07 0
HSL 171.71º 1% 0.76% -
HSV(B) 171.71º 0.48% 1% -
XYZ 60.71 82.6 93.63 -
YUV 216.29 140.25 67.88 -
System Red Green Blue C M Y K H S L
Decimal 132 255 238 0.48 0 0.07 0 171.71 1 0.76
Hex 84 FF EE 30 0 7 0 AC 64 4C
Octal 204 377 356 60 0 7 0 254 144 114
Binary 10000100 11111111 11101110 110000 0 111 0 10101100 1100100 1001100

Color Harmonies of #84FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FFEE

Black with #84FFEE

Text Example


Text Example

White with #84FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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