Html Css Color HEX #82EEF2 Electric Blue

📋 copy color: '#82EEF2'

red 130 ◦ green 238 ◦ blue 242

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

Shades of Electric Blue #82EEF2

Tints of Electric Blue #82EEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.67%

R = 21.31%
G = 39.02%
B = 39.67%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#82EEF2 (or 0x82EEF2) is known color: Electric Blue. HEX triplet: 82, EE and F2. RGB value is (130,238,242). Sum of RGB (Red+Green+Blue) = 130+238+242=610 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.31% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #82EEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EEF2 is #7D110D. Grayscale: #CECECE. Windows color (decimal): -8196366 or 15920770. OLE color: 15920770.

HSL color Cylindrical-coordinate representation of color #82EEF2: hue angle of 182.14º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EEF2 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 238 242 -
CMYK 0.46 0.02 0 0.05
HSL 182.14º 0.81% 0.73% -
HSV(B) 182.14º 0.46% 0.95% -
XYZ 55.81 72.31 95.02 -
YUV 206.16 148.22 73.67 -
System Red Green Blue C M Y K H S L
Decimal 130 238 242 0.46 0.02 0 0.05 182.14 0.81 0.73
Hex 82 EE F2 2E 2 0 5 B6 51 49
Octal 202 356 362 56 2 0 5 266 121 111
Binary 10000010 11101110 11110010 101110 10 0 101 10110110 1010001 1001001

Color Harmonies of #82EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EEF2

Black with #82EEF2

Text Example


Text Example

White with #82EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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