Html Css Color HEX #82EFE6 Electric Blue

📋 copy color: '#82EFE6'

red 130 ◦ green 239 ◦ blue 230

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

Shades of Electric Blue #82EFE6

Tints of Electric Blue #82EFE6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.9%

 BLUE value IS 230 (90.23% from 255) = 38.4%

R = 21.7%
G = 39.9%
B = 38.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#82EFE6 (or 0x82EFE6) is known color: Electric Blue. HEX triplet: 82, EF and E6. RGB value is (130,239,230). Sum of RGB (Red+Green+Blue) = 130+239+230=599 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.70% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EFE6 is #7D1019. Grayscale: #CDCDCD. Windows color (decimal): -8196122 or 15134594. OLE color: 15134594.

HSL color Cylindrical-coordinate representation of color #82EFE6: hue angle of 175.05º 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 #82EFE6 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 239 230 -
CMYK 0.46 0 0.04 0.06
HSL 175.05º 0.77% 0.72% -
HSV(B) 175.05º 0.46% 0.94% -
XYZ 54.36 72.19 85.93 -
YUV 205.38 141.89 74.23 -
System Red Green Blue C M Y K H S L
Decimal 130 239 230 0.46 0 0.04 0.06 175.05 0.77 0.72
Hex 82 EF E6 2E 0 4 6 AF 4D 48
Octal 202 357 346 56 0 4 6 257 115 110
Binary 10000010 11101111 11100110 101110 0 100 110 10101111 1001101 1001000

Color Harmonies of #82EFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EFE6

Black with #82EFE6

Text Example


Text Example

White with #82EFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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