Html Css Color HEX #82FFEF Electric Blue

📋 copy color: '#82FFEF'

red 130 ◦ green 255 ◦ blue 239

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

Shades of Electric Blue #82FFEF

Tints of Electric Blue #82FFEF

RGB

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

 GREEN value IS 255 (100% from 255) = 40.87%

 BLUE value IS 239 (93.75% from 255) = 38.3%

R = 20.83%
G = 40.87%
B = 38.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#82FFEF (or 0x82FFEF) is known color: Electric Blue. HEX triplet: 82, FF and EF. RGB value is (130,255,239). Sum of RGB (Red+Green+Blue) = 130+255+239=624 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.83% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FFEF is #7D0010. Grayscale: #D7D7D7. Windows color (decimal): -8192017 or 15728514. OLE color: 15728514.

HSL color Cylindrical-coordinate representation of color #82FFEF: hue angle of 172.32º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FFEF is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 130 255 239 -
CMYK 0.49 0 0.06 0
HSL 172.32º 1% 0.75% -
HSV(B) 172.32º 0.49% 1% -
XYZ 60.55 82.5 94.39 -
YUV 215.8 141.09 66.8 -
System Red Green Blue C M Y K H S L
Decimal 130 255 239 0.49 0 0.06 0 172.32 1 0.75
Hex 82 FF EF 31 0 6 0 AC 64 4B
Octal 202 377 357 61 0 6 0 254 144 113
Binary 10000010 11111111 11101111 110001 0 110 0 10101100 1100100 1001011

Color Harmonies of #82FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FFEF

Black with #82FFEF

Text Example


Text Example

White with #82FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,255,239); }

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

background-color css

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

 a { background-color: rgb(130,255,239); }

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

border-color css

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

 span { border-color: rgb(130,255,239); }

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