Html Css Color HEX #82E8FE Electric Blue

📋 copy color: '#82E8FE'

red 130 ◦ green 232 ◦ blue 254

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

Shades of Electric Blue #82E8FE

Tints of Electric Blue #82E8FE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.66%

 BLUE value IS 254 (99.61% from 255) = 41.23%

R = 21.1%
G = 37.66%
B = 41.23%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#82E8FE (or 0x82E8FE) is known color: Electric Blue. HEX triplet: 82, E8 and FE. RGB value is (130,232,254). Sum of RGB (Red+Green+Blue) = 130+232+254=616 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.10% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #82E8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82E8FE is #7D1701. Grayscale: #CBCBCB. Windows color (decimal): -8197890 or 16705666. OLE color: 16705666.

HSL color Cylindrical-coordinate representation of color #82E8FE: hue angle of 190.65º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82E8FE is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 232 254 -
CMYK 0.49 0.09 0 0.00
HSL 190.65º 0.98% 0.75% -
HSV(B) 190.65º 0.49% 1% -
XYZ 55.95 69.61 104.25 -
YUV 204.01 156.21 75.21 -
System Red Green Blue C M Y K H S L
Decimal 130 232 254 0.49 0.09 0 0.00 190.65 0.98 0.75
Hex 82 E8 FE 31 9 0 0 BF 62 4B
Octal 202 350 376 61 11 0 0 277 142 113
Binary 10000010 11101000 11111110 110001 1001 0 0 10111111 1100010 1001011

Color Harmonies of #82E8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E8FE

Black with #82E8FE

Text Example


Text Example

White with #82E8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,232,254); }

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

background-color css

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

 a { background-color: rgb(130,232,254); }

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

border-color css

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

 span { border-color: rgb(130,232,254); }

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