Html Css Color HEX #82EBEA Electric Blue

📋 copy color: '#82EBEA'

red 130 ◦ green 235 ◦ blue 234

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

Shades of Electric Blue #82EBEA

Tints of Electric Blue #82EBEA

RGB

 RED value IS 130 (51.17% from 255) = 21.7%

 GREEN value IS 235 (92.19% from 255) = 39.23%

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

R = 21.7%
G = 39.23%
B = 39.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#82EBEA (or 0x82EBEA) is known color: Electric Blue. HEX triplet: 82, EB and EA. RGB value is (130,235,234). Sum of RGB (Red+Green+Blue) = 130+235+234=599 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.70% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EBEA is #7D1415. Grayscale: #CBCBCB. Windows color (decimal): -8197142 or 15395714. OLE color: 15395714.

HSL color Cylindrical-coordinate representation of color #82EBEA: hue angle of 179.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EBEA is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 235 234 -
CMYK 0.45 0 0.00 0.08
HSL 179.43º 0.72% 0.72% -
HSV(B) 179.43º 0.45% 0.92% -
XYZ 53.77 70.1 88.54 -
YUV 203.49 145.21 75.58 -
System Red Green Blue C M Y K H S L
Decimal 130 235 234 0.45 0 0.00 0.08 179.43 0.72 0.72
Hex 82 EB EA 2D 0 0 8 B3 48 48
Octal 202 353 352 55 0 0 10 263 110 110
Binary 10000010 11101011 11101010 101101 0 0 1000 10110011 1001000 1001000

Color Harmonies of #82EBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EBEA

Black with #82EBEA

Text Example


Text Example

White with #82EBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82EBEA; }

 p { color: rgb(130,235,234); }

 H1.HeaderClassName
 {
   color: #82EBEA;
 }
 .AnyTagClassName
 {
   color: #82EBEA;
 }
</style>

background-color css

<style>
 a { background-color: #82EBEA; }

 a { background-color: rgb(130,235,234); }

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

border-color css

<style>
 span { border-color: #82EBEA; }

 span { border-color: rgb(130,235,234); }

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