Html Css Color HEX #83F7F3 Electric Blue

📋 copy color: '#83F7F3'

red 131 ◦ green 247 ◦ blue 243

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

Shades of Electric Blue #83F7F3

Tints of Electric Blue #83F7F3

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.77%

 BLUE value IS 243 (95.31% from 255) = 39.13%

R = 21.1%
G = 39.77%
B = 39.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#83F7F3 (or 0x83F7F3) is known color: Electric Blue. HEX triplet: 83, F7 and F3. RGB value is (131,247,243). Sum of RGB (Red+Green+Blue) = 131+247+243=621 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.10% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #83F7F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F7F3 is #7C080C. Grayscale: #D3D3D3. Windows color (decimal): -8128525 or 15988611. OLE color: 15988611.

HSL color Cylindrical-coordinate representation of color #83F7F3: hue angle of 177.93º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F7F3 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 247 243 -
CMYK 0.47 0 0.02 0.03
HSL 177.93º 0.88% 0.74% -
HSV(B) 177.93º 0.47% 0.97% -
XYZ 58.8 77.82 96.72 -
YUV 211.86 145.57 70.33 -
System Red Green Blue C M Y K H S L
Decimal 131 247 243 0.47 0 0.02 0.03 177.93 0.88 0.74
Hex 83 F7 F3 2F 0 2 3 B2 58 4A
Octal 203 367 363 57 0 2 3 262 130 112
Binary 10000011 11110111 11110011 101111 0 10 11 10110010 1011000 1001010

Color Harmonies of #83F7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F7F3

Black with #83F7F3

Text Example


Text Example

White with #83F7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,247,243); }

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

background-color css

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

 a { background-color: rgb(131,247,243); }

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

border-color css

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

 span { border-color: rgb(131,247,243); }

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