Html Css Color HEX #82EAFE Electric Blue

📋 copy color: '#82EAFE'

red 130 ◦ green 234 ◦ blue 254

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

Shades of Electric Blue #82EAFE

Tints of Electric Blue #82EAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.86%

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

R = 21.04%
G = 37.86%
B = 41.1%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#82EAFE (or 0x82EAFE) is known color: Electric Blue. HEX triplet: 82, EA and FE. RGB value is (130,234,254). Sum of RGB (Red+Green+Blue) = 130+234+254=618 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.04% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #82EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EAFE is #7D1501. Grayscale: #CDCDCD. Windows color (decimal): -8197378 or 16706178. OLE color: 16706178.

HSL color Cylindrical-coordinate representation of color #82EAFE: hue angle of 189.68º 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 #82EAFE is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 234 254 -
CMYK 0.49 0.08 0 0.00
HSL 189.68º 0.98% 0.75% -
HSV(B) 189.68º 0.49% 1% -
XYZ 56.52 70.75 104.44 -
YUV 205.18 155.54 74.37 -
System Red Green Blue C M Y K H S L
Decimal 130 234 254 0.49 0.08 0 0.00 189.68 0.98 0.75
Hex 82 EA FE 31 8 0 0 BE 62 4B
Octal 202 352 376 61 10 0 0 276 142 113
Binary 10000010 11101010 11111110 110001 1000 0 0 10111110 1100010 1001011

Color Harmonies of #82EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EAFE

Black with #82EAFE

Text Example


Text Example

White with #82EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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