Html Css Color HEX #82FAFE Electric Blue

📋 copy color: '#82FAFE'

red 130 ◦ green 250 ◦ blue 254

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

Shades of Electric Blue #82FAFE

Tints of Electric Blue #82FAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.43%

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

R = 20.5%
G = 39.43%
B = 40.06%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#82FAFE (or 0x82FAFE) is known color: Electric Blue. HEX triplet: 82, FA and FE. RGB value is (130,250,254). Sum of RGB (Red+Green+Blue) = 130+250+254=634 (83% of max value = 765). Red value is 130 (51.17% from 255 or 20.50% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #82FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FAFE is #7D0501. Grayscale: #D6D6D6. Windows color (decimal): -8193282 or 16710274. OLE color: 16710274.

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

Color convert

RGB 130 250 254 -
CMYK 0.49 0.02 0 0.00
HSL 181.94º 0.98% 0.75% -
HSV(B) 181.94º 0.49% 1% -
XYZ 61.28 80.27 106.03 -
YUV 214.58 150.24 67.67 -
System Red Green Blue C M Y K H S L
Decimal 130 250 254 0.49 0.02 0 0.00 181.94 0.98 0.75
Hex 82 FA FE 31 2 0 0 B6 62 4B
Octal 202 372 376 61 2 0 0 266 142 113
Binary 10000010 11111010 11111110 110001 10 0 0 10110110 1100010 1001011

Color Harmonies of #82FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FAFE

Black with #82FAFE

Text Example


Text Example

White with #82FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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