Html Css Color HEX #84E8EC Electric Blue

📋 copy color: '#84E8EC'

red 132 ◦ green 232 ◦ blue 236

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

Shades of Electric Blue #84E8EC

Tints of Electric Blue #84E8EC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.67%

 BLUE value IS 236 (92.58% from 255) = 39.33%

R = 22%
G = 38.67%
B = 39.33%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#84E8EC (or 0x84E8EC) is known color: Electric Blue. HEX triplet: 84, E8 and EC. RGB value is (132,232,236). Sum of RGB (Red+Green+Blue) = 132+232+236=600 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #84E8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84E8EC is #7B1713. Grayscale: #CACACA. Windows color (decimal): -8066836 or 15526020. OLE color: 15526020.

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

Color convert

RGB 132 232 236 -
CMYK 0.44 0.02 0 0.07
HSL 182.31º 0.73% 0.72% -
HSV(B) 182.31º 0.44% 0.93% -
XYZ 53.51 68.67 89.79 -
YUV 202.56 146.87 77.67 -
System Red Green Blue C M Y K H S L
Decimal 132 232 236 0.44 0.02 0 0.07 182.31 0.73 0.72
Hex 84 E8 EC 2C 2 0 7 B6 49 48
Octal 204 350 354 54 2 0 7 266 111 110
Binary 10000100 11101000 11101100 101100 10 0 111 10110110 1001001 1001000

Color Harmonies of #84E8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E8EC

Black with #84E8EC

Text Example


Text Example

White with #84E8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,232,236); }

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

background-color css

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

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

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

border-color css

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

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

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