Html Css Color HEX #82E7EF Electric Blue

📋 copy color: '#82E7EF'

red 130 ◦ green 231 ◦ blue 239

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

Shades of Electric Blue #82E7EF

Tints of Electric Blue #82E7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.5%

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

R = 21.67%
G = 38.5%
B = 39.83%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#82E7EF (or 0x82E7EF) is known color: Electric Blue. HEX triplet: 82, E7 and EF. RGB value is (130,231,239). Sum of RGB (Red+Green+Blue) = 130+231+239=600 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.67% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #82E7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82E7EF is #7D1810. Grayscale: #C9C9C9. Windows color (decimal): -8198161 or 15722370. OLE color: 15722370.

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

Color convert

RGB 130 231 239 -
CMYK 0.46 0.03 0 0.06
HSL 184.4º 0.77% 0.72% -
HSV(B) 184.4º 0.46% 0.94% -
XYZ 53.36 68.13 92 -
YUV 201.71 149.04 76.85 -
System Red Green Blue C M Y K H S L
Decimal 130 231 239 0.46 0.03 0 0.06 184.4 0.77 0.72
Hex 82 E7 EF 2E 3 0 6 B8 4D 48
Octal 202 347 357 56 3 0 6 270 115 110
Binary 10000010 11100111 11101111 101110 11 0 110 10111000 1001101 1001000

Color Harmonies of #82E7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E7EF

Black with #82E7EF

Text Example


Text Example

White with #82E7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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