Html Css Color HEX #83FEFE Electric Blue

📋 copy color: '#83FEFE'

red 131 ◦ green 254 ◦ blue 254

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

Shades of Electric Blue #83FEFE

Tints of Electric Blue #83FEFE

RGB

 RED value IS 131 (51.56% from 255) = 20.5%

 GREEN value IS 254 (99.61% from 255) = 39.75%

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

R = 20.5%
G = 39.75%
B = 39.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83FEFE (or 0x83FEFE) is known color: Electric Blue. HEX triplet: 83, FE and FE. RGB value is (131,254,254). Sum of RGB (Red+Green+Blue) = 131+254+254=639 (84% of max value = 765). Red value is 131 (51.56% from 255 or 20.50% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #83FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FEFE is #7C0101. Grayscale: #D9D9D9. Windows color (decimal): -8126722 or 16711299. OLE color: 16711299.

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

Color convert

RGB 131 254 254 -
CMYK 0.48 0 0 0.00
HSL 180º 0.98% 0.75% -
HSV(B) 180º 0.48% 1% -
XYZ 62.69 82.86 106.46 -
YUV 217.22 148.75 66.5 -
System Red Green Blue C M Y K H S L
Decimal 131 254 254 0.48 0 0 0.00 180 0.98 0.75
Hex 83 FE FE 30 0 0 0 B4 62 4B
Octal 203 376 376 60 0 0 0 264 142 113
Binary 10000011 11111110 11111110 110000 0 0 0 10110100 1100010 1001011

Color Harmonies of #83FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FEFE

Black with #83FEFE

Text Example


Text Example

White with #83FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83FEFE; }

 p { color: rgb(131,254,254); }

 H1.HeaderClassName
 {
   color: #83FEFE;
 }
 .AnyTagClassName
 {
   color: #83FEFE;
 }
</style>

background-color css

<style>
 a { background-color: #83FEFE; }

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

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

border-color css

<style>
 span { border-color: #83FEFE; }

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

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