Html Css Color HEX #82EDEF Electric Blue

📋 copy color: '#82EDEF'

red 130 ◦ green 237 ◦ blue 239

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

Shades of Electric Blue #82EDEF

Tints of Electric Blue #82EDEF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.11%

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

R = 21.45%
G = 39.11%
B = 39.44%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#82EDEF (or 0x82EDEF) is known color: Electric Blue. HEX triplet: 82, ED and EF. RGB value is (130,237,239). Sum of RGB (Red+Green+Blue) = 130+237+239=606 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.45% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #82EDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EDEF is #7D1210. Grayscale: #CDCDCD. Windows color (decimal): -8196625 or 15723906. OLE color: 15723906.

HSL color Cylindrical-coordinate representation of color #82EDEF: hue angle of 181.1º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EDEF is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 237 239 -
CMYK 0.46 0.01 0 0.06
HSL 181.1º 0.77% 0.72% -
HSV(B) 181.1º 0.46% 0.94% -
XYZ 55.07 71.55 92.57 -
YUV 205.24 147.05 74.34 -
System Red Green Blue C M Y K H S L
Decimal 130 237 239 0.46 0.01 0 0.06 181.1 0.77 0.72
Hex 82 ED EF 2E 1 0 6 B5 4D 48
Octal 202 355 357 56 1 0 6 265 115 110
Binary 10000010 11101101 11101111 101110 1 0 110 10110101 1001101 1001000

Color Harmonies of #82EDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EDEF

Black with #82EDEF

Text Example


Text Example

White with #82EDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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