Html Css Color HEX #84EEEA Electric Blue

📋 copy color: '#84EEEA'

red 132 ◦ green 238 ◦ blue 234

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

Shades of Electric Blue #84EEEA

Tints of Electric Blue #84EEEA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.4%

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 21.85%
G = 39.4%
B = 38.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#84EEEA (or 0x84EEEA) is known color: Electric Blue. HEX triplet: 84, EE and EA. RGB value is (132,238,234). Sum of RGB (Red+Green+Blue) = 132+238+234=604 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.85% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EEEA is #7B1115. Grayscale: #CDCDCD. Windows color (decimal): -8065302 or 15396484. OLE color: 15396484.

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

Color convert

RGB 132 238 234 -
CMYK 0.45 0 0.02 0.07
HSL 177.74º 0.76% 0.73% -
HSV(B) 177.74º 0.45% 0.93% -
XYZ 54.94 72 88.84 -
YUV 205.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 132 238 234 0.45 0 0.02 0.07 177.74 0.76 0.73
Hex 84 EE EA 2D 0 2 7 B2 4C 49
Octal 204 356 352 55 0 2 7 262 114 111
Binary 10000100 11101110 11101010 101101 0 10 111 10110010 1001100 1001001

Color Harmonies of #84EEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EEEA

Black with #84EEEA

Text Example


Text Example

White with #84EEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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