Html Css Color HEX #83FFED Electric Blue

📋 copy color: '#83FFED'

red 131 ◦ green 255 ◦ blue 237

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

Shades of Electric Blue #83FFED

Tints of Electric Blue #83FFED

RGB

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

 GREEN value IS 255 (100% from 255) = 40.93%

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 21.03%
G = 40.93%
B = 38.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#83FFED (or 0x83FFED) is known color: Electric Blue. HEX triplet: 83, FF and ED. RGB value is (131,255,237). Sum of RGB (Red+Green+Blue) = 131+255+237=623 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.03% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FFED is #7C0012. Grayscale: #D7D7D7. Windows color (decimal): -8126483 or 15597443. OLE color: 15597443.

HSL color Cylindrical-coordinate representation of color #83FFED: hue angle of 171.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFED is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 131 255 237 -
CMYK 0.49 0 0.07 0
HSL 171.29º 1% 0.76% -
HSV(B) 171.29º 0.49% 1% -
XYZ 60.41 82.46 92.85 -
YUV 215.87 139.92 67.46 -
System Red Green Blue C M Y K H S L
Decimal 131 255 237 0.49 0 0.07 0 171.29 1 0.76
Hex 83 FF ED 31 0 7 0 AB 64 4C
Octal 203 377 355 61 0 7 0 253 144 114
Binary 10000011 11111111 11101101 110001 0 111 0 10101011 1100100 1001100

Color Harmonies of #83FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FFED

Black with #83FFED

Text Example


Text Example

White with #83FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,255,237); }

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

background-color css

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

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

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

border-color css

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

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

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