Html Css Color HEX #83FEF0 Electric Blue

📋 copy color: '#83FEF0'

red 131 ◦ green 254 ◦ blue 240

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

Shades of Electric Blue #83FEF0

Tints of Electric Blue #83FEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.4%

R = 20.96%
G = 40.64%
B = 38.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#83FEF0 (or 0x83FEF0) is known color: Electric Blue. HEX triplet: 83, FE and F0. RGB value is (131,254,240). Sum of RGB (Red+Green+Blue) = 131+254+240=625 (82% of max value = 765). Red value is 131 (51.56% from 255 or 20.96% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #83FEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FEF0 is #7C010F. Grayscale: #D7D7D7. Windows color (decimal): -8126736 or 15793795. OLE color: 15793795.

HSL color Cylindrical-coordinate representation of color #83FEF0: hue angle of 173.17º 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 #83FEF0 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 254 240 -
CMYK 0.48 0 0.06 0.00
HSL 173.17º 0.98% 0.75% -
HSV(B) 173.17º 0.48% 1% -
XYZ 60.53 82 95.08 -
YUV 215.63 141.75 67.64 -
System Red Green Blue C M Y K H S L
Decimal 131 254 240 0.48 0 0.06 0.00 173.17 0.98 0.75
Hex 83 FE F0 30 0 6 0 AD 62 4B
Octal 203 376 360 60 0 6 0 255 142 113
Binary 10000011 11111110 11110000 110000 0 110 0 10101101 1100010 1001011

Color Harmonies of #83FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FEF0

Black with #83FEF0

Text Example


Text Example

White with #83FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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