Html Css Color HEX #84E9E9 Electric Blue

📋 copy color: '#84E9E9'

red 132 ◦ green 233 ◦ blue 233

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

Shades of Electric Blue #84E9E9

Tints of Electric Blue #84E9E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.96%

R = 22.07%
G = 38.96%
B = 38.96%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#84E9E9 (or 0x84E9E9) is known color: Electric Blue. HEX triplet: 84, E9 and E9. RGB value is (132,233,233). Sum of RGB (Red+Green+Blue) = 132+233+233=598 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.07% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: green, blue. Hex color #84E9E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84E9E9 is #7B1616. Grayscale: #CACACA. Windows color (decimal): -8066583 or 15329668. OLE color: 15329668.

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

Color convert

RGB 132 233 233 -
CMYK 0.43 0 0 0.09
HSL 180º 0.7% 0.72% -
HSV(B) 180º 0.43% 0.91% -
XYZ 53.36 69.07 87.61 -
YUV 202.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 132 233 233 0.43 0 0 0.09 180 0.7 0.72
Hex 84 E9 E9 2B 0 0 9 B4 46 48
Octal 204 351 351 53 0 0 11 264 106 110
Binary 10000100 11101001 11101001 101011 0 0 1001 10110100 1000110 1001000

Color Harmonies of #84E9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E9E9

Black with #84E9E9

Text Example


Text Example

White with #84E9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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