Html Css Color HEX #83F2ED Electric Blue

📋 copy color: '#83F2ED'

red 131 ◦ green 242 ◦ blue 237

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

Shades of Electric Blue #83F2ED

Tints of Electric Blue #83F2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.67%

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

R = 21.48%
G = 39.67%
B = 38.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#83F2ED (or 0x83F2ED) is known color: Electric Blue. HEX triplet: 83, F2 and ED. RGB value is (131,242,237). Sum of RGB (Red+Green+Blue) = 131+242+237=610 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.48% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #83F2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F2ED is #7C0D12. Grayscale: #D0D0D0. Windows color (decimal): -8129811 or 15594115. OLE color: 15594115.

HSL color Cylindrical-coordinate representation of color #83F2ED: hue angle of 177.3º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F2ED is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 242 237 -
CMYK 0.46 0 0.02 0.05
HSL 177.3º 0.81% 0.73% -
HSV(B) 177.3º 0.46% 0.95% -
XYZ 56.4 74.44 91.52 -
YUV 208.24 144.23 72.91 -
System Red Green Blue C M Y K H S L
Decimal 131 242 237 0.46 0 0.02 0.05 177.3 0.81 0.73
Hex 83 F2 ED 2E 0 2 5 B1 51 49
Octal 203 362 355 56 0 2 5 261 121 111
Binary 10000011 11110010 11101101 101110 0 10 101 10110001 1010001 1001001

Color Harmonies of #83F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F2ED

Black with #83F2ED

Text Example


Text Example

White with #83F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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