Html Css Color HEX #84EAE7 Electric Blue

📋 copy color: '#84EAE7'

red 132 ◦ green 234 ◦ blue 231

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

Shades of Electric Blue #84EAE7

Tints of Electric Blue #84EAE7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.2%

 BLUE value IS 231 (90.63% from 255) = 38.69%

R = 22.11%
G = 39.2%
B = 38.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#84EAE7 (or 0x84EAE7) is known color: Electric Blue. HEX triplet: 84, EA and E7. RGB value is (132,234,231). Sum of RGB (Red+Green+Blue) = 132+234+231=597 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.11% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #84EAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EAE7 is #7B1518. Grayscale: #CBCBCB. Windows color (decimal): -8066329 or 15198852. OLE color: 15198852.

HSL color Cylindrical-coordinate representation of color #84EAE7: hue angle of 178.24º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EAE7 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 234 231 -
CMYK 0.44 0 0.01 0.08
HSL 178.24º 0.71% 0.72% -
HSV(B) 178.24º 0.44% 0.92% -
XYZ 53.36 69.52 86.21 -
YUV 203.16 143.71 77.24 -
System Red Green Blue C M Y K H S L
Decimal 132 234 231 0.44 0 0.01 0.08 178.24 0.71 0.72
Hex 84 EA E7 2C 0 1 8 B2 47 48
Octal 204 352 347 54 0 1 10 262 107 110
Binary 10000100 11101010 11100111 101100 0 1 1000 10110010 1000111 1001000

Color Harmonies of #84EAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EAE7

Black with #84EAE7

Text Example


Text Example

White with #84EAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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