Html Css Color HEX #82EEE5 Electric Blue

📋 copy color: '#82EEE5'

red 130 ◦ green 238 ◦ blue 229

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

Shades of Electric Blue #82EEE5

Tints of Electric Blue #82EEE5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.87%

 BLUE value IS 229 (89.84% from 255) = 38.36%

R = 21.78%
G = 39.87%
B = 38.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#82EEE5 (or 0x82EEE5) is known color: Electric Blue. HEX triplet: 82, EE and E5. RGB value is (130,238,229). Sum of RGB (Red+Green+Blue) = 130+238+229=597 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.78% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #82EEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EEE5 is #7D111A. Grayscale: #CCCCCC. Windows color (decimal): -8196379 or 15068802. OLE color: 15068802.

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

Color convert

RGB 130 238 229 -
CMYK 0.45 0 0.04 0.07
HSL 175º 0.76% 0.72% -
HSV(B) 175º 0.45% 0.93% -
XYZ 53.92 71.55 85.1 -
YUV 204.68 141.72 74.73 -
System Red Green Blue C M Y K H S L
Decimal 130 238 229 0.45 0 0.04 0.07 175 0.76 0.72
Hex 82 EE E5 2D 0 4 7 AF 4C 48
Octal 202 356 345 55 0 4 7 257 114 110
Binary 10000010 11101110 11100101 101101 0 100 111 10101111 1001100 1001000

Color Harmonies of #82EEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EEE5

Black with #82EEE5

Text Example


Text Example

White with #82EEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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