Html Css Color HEX #84E9E7 Electric Blue

📋 copy color: '#84E9E7'

red 132 ◦ green 233 ◦ blue 231

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

Shades of Electric Blue #84E9E7

Tints of Electric Blue #84E9E7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.09%

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

R = 22.15%
G = 39.09%
B = 38.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#84E9E7 (or 0x84E9E7) is known color: Electric Blue. HEX triplet: 84, E9 and E7. RGB value is (132,233,231). Sum of RGB (Red+Green+Blue) = 132+233+231=596 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.15% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #84E9E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84E9E7 is #7B1618. Grayscale: #CACACA. Windows color (decimal): -8066585 or 15198596. OLE color: 15198596.

HSL color Cylindrical-coordinate representation of color #84E9E7: hue angle of 178.81º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E9E7 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 233 231 -
CMYK 0.43 0 0.01 0.09
HSL 178.81º 0.7% 0.72% -
HSV(B) 178.81º 0.43% 0.91% -
XYZ 53.08 68.95 86.11 -
YUV 202.57 144.04 77.66 -
System Red Green Blue C M Y K H S L
Decimal 132 233 231 0.43 0 0.01 0.09 178.81 0.7 0.72
Hex 84 E9 E7 2B 0 1 9 B3 46 48
Octal 204 351 347 53 0 1 11 263 106 110
Binary 10000100 11101001 11100111 101011 0 1 1001 10110011 1000110 1001000

Color Harmonies of #84E9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E9E7

Black with #84E9E7

Text Example


Text Example

White with #84E9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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