Html Css Color HEX #83F1E9 Electric Blue

📋 copy color: '#83F1E9'

red 131 ◦ green 241 ◦ blue 233

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

Shades of Electric Blue #83F1E9

Tints of Electric Blue #83F1E9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.83%

 BLUE value IS 233 (91.41% from 255) = 38.51%

R = 21.65%
G = 39.83%
B = 38.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#83F1E9 (or 0x83F1E9) is known color: Electric Blue. HEX triplet: 83, F1 and E9. RGB value is (131,241,233). Sum of RGB (Red+Green+Blue) = 131+241+233=605 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.65% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #83F1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F1E9 is #7C0E16. Grayscale: #CFCFCF. Windows color (decimal): -8130071 or 15331715. OLE color: 15331715.

HSL color Cylindrical-coordinate representation of color #83F1E9: hue angle of 175.64º degrees, saturation: 0.8, 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 #83F1E9 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 241 233 -
CMYK 0.46 0 0.03 0.05
HSL 175.64º 0.8% 0.73% -
HSV(B) 175.64º 0.46% 0.95% -
XYZ 55.52 73.62 88.37 -
YUV 207.2 142.56 73.65 -
System Red Green Blue C M Y K H S L
Decimal 131 241 233 0.46 0 0.03 0.05 175.64 0.8 0.73
Hex 83 F1 E9 2E 0 3 5 B0 50 49
Octal 203 361 351 56 0 3 5 260 120 111
Binary 10000011 11110001 11101001 101110 0 11 101 10110000 1010000 1001001

Color Harmonies of #83F1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F1E9

Black with #83F1E9

Text Example


Text Example

White with #83F1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,241,233); }

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

background-color css

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

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

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

border-color css

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

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

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