Html Css Color HEX #83F5EC Electric Blue

📋 copy color: '#83F5EC'

red 131 ◦ green 245 ◦ blue 236

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

Shades of Electric Blue #83F5EC

Tints of Electric Blue #83F5EC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.03%

 BLUE value IS 236 (92.58% from 255) = 38.56%

R = 21.41%
G = 40.03%
B = 38.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#83F5EC (or 0x83F5EC) is known color: Electric Blue. HEX triplet: 83, F5 and EC. RGB value is (131,245,236). Sum of RGB (Red+Green+Blue) = 131+245+236=612 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.41% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #83F5EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F5EC is #7C0A13. Grayscale: #D1D1D1. Windows color (decimal): -8129044 or 15529347. OLE color: 15529347.

HSL color Cylindrical-coordinate representation of color #83F5EC: hue angle of 175.26º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F5EC is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 131 245 236 -
CMYK 0.47 0 0.04 0.04
HSL 175.26º 0.85% 0.74% -
HSV(B) 175.26º 0.47% 0.96% -
XYZ 57.15 76.19 91.05 -
YUV 209.89 142.73 71.73 -
System Red Green Blue C M Y K H S L
Decimal 131 245 236 0.47 0 0.04 0.04 175.26 0.85 0.74
Hex 83 F5 EC 2F 0 4 4 AF 55 4A
Octal 203 365 354 57 0 4 4 257 125 112
Binary 10000011 11110101 11101100 101111 0 100 100 10101111 1010101 1001010

Color Harmonies of #83F5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F5EC

Black with #83F5EC

Text Example


Text Example

White with #83F5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,245,236); }

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

background-color css

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

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

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

border-color css

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

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

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