Html Css Color HEX #82E6EE Electric Blue

📋 copy color: '#82E6EE'

red 130 ◦ green 230 ◦ blue 238

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

Shades of Electric Blue #82E6EE

Tints of Electric Blue #82E6EE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.46%

 BLUE value IS 238 (93.36% from 255) = 39.8%

R = 21.74%
G = 38.46%
B = 39.8%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#82E6EE (or 0x82E6EE) is known color: Electric Blue. HEX triplet: 82, E6 and EE. RGB value is (130,230,238). Sum of RGB (Red+Green+Blue) = 130+230+238=598 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.74% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #82E6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82E6EE is #7D1911. Grayscale: #C8C8C8. Windows color (decimal): -8198418 or 15656578. OLE color: 15656578.

HSL color Cylindrical-coordinate representation of color #82E6EE: hue angle of 184.44º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82E6EE is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 230 238 -
CMYK 0.45 0.03 0 0.07
HSL 184.44º 0.76% 0.72% -
HSV(B) 184.44º 0.45% 0.93% -
XYZ 52.94 67.51 91.13 -
YUV 201.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 130 230 238 0.45 0.03 0 0.07 184.44 0.76 0.72
Hex 82 E6 EE 2D 3 0 7 B8 4C 48
Octal 202 346 356 55 3 0 7 270 114 110
Binary 10000010 11100110 11101110 101101 11 0 111 10111000 1001100 1001000

Color Harmonies of #82E6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E6EE

Black with #82E6EE

Text Example


Text Example

White with #82E6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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