Html Css Color HEX #82EBF6 Electric Blue

📋 copy color: '#82EBF6'

red 130 ◦ green 235 ◦ blue 246

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

Shades of Electric Blue #82EBF6

Tints of Electric Blue #82EBF6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.46%

 BLUE value IS 246 (96.48% from 255) = 40.26%

R = 21.28%
G = 38.46%
B = 40.26%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#82EBF6 (or 0x82EBF6) is known color: Electric Blue. HEX triplet: 82, EB and F6. RGB value is (130,235,246). Sum of RGB (Red+Green+Blue) = 130+235+246=611 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.28% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #82EBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EBF6 is #7D1409. Grayscale: #CCCCCC. Windows color (decimal): -8197130 or 16182146. OLE color: 16182146.

HSL color Cylindrical-coordinate representation of color #82EBF6: hue angle of 185.69º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82EBF6 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 235 246 -
CMYK 0.47 0.04 0 0.04
HSL 185.69º 0.87% 0.74% -
HSV(B) 185.69º 0.47% 0.96% -
XYZ 55.55 70.82 97.93 -
YUV 204.86 151.21 74.61 -
System Red Green Blue C M Y K H S L
Decimal 130 235 246 0.47 0.04 0 0.04 185.69 0.87 0.74
Hex 82 EB F6 2F 4 0 4 BA 57 4A
Octal 202 353 366 57 4 0 4 272 127 112
Binary 10000010 11101011 11110110 101111 100 0 100 10111010 1010111 1001010

Color Harmonies of #82EBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EBF6

Black with #82EBF6

Text Example


Text Example

White with #82EBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,235,246); }

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

background-color css

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

 a { background-color: rgb(130,235,246); }

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

border-color css

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

 span { border-color: rgb(130,235,246); }

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